How to Create Custom File Upload Input Control with React and CSS

Поделиться
HTML-код
  • Опубликовано: 25 окт 2024

Комментарии • 42

  • @timotheebarran7635
    @timotheebarran7635 Год назад +7

    Great tuto, thanks for sharing! if you want to adapt the image size to suit the form, you can use style={{ maxWidth: "100%", maxHeight: "100%", objectFit: "contain" }} inside

  • @jubaerjami
    @jubaerjami 2 года назад +4

    I was really looking for this. Thanks for uploading

    • @CharlesKasasira
      @CharlesKasasira  2 года назад +1

      You are welcome, thanks for watching and for the feedback.

  • @piyush0mandloi
    @piyush0mandloi 2 месяца назад +1

    Thank you sir for this awesome content

  • @subhambharadwaz4029
    @subhambharadwaz4029 2 года назад +3

    Thank you for this awesome tutorial!🎉

  • @evronz
    @evronz 2 года назад +1

    This is the content we need

  • @NakalembeChristine-lh8zf
    @NakalembeChristine-lh8zf 4 месяца назад +1

    Fantastic work ❤

  • @JamalKhan-zl8lu
    @JamalKhan-zl8lu Год назад

    Great tutorial❤❤ ... and I have a question...!
    Did we upload a PDF file instead of PNG? If so, will it be displayed like an image?

  • @SubhamChatterjee-eh3og
    @SubhamChatterjee-eh3og Год назад

    Looks like you have forgotten something, to clear the value of the targeted file for uploading the same file twice. code: { event.target.value = null; }} />

  • @datpham2425
    @datpham2425 9 месяцев назад +1

    Thank you so much !!

  • @ashishkalra2788
    @ashishkalra2788 Год назад

    it is not working in phone and tab . what should i do?

  • @nellyisdev
    @nellyisdev Год назад

    Really cool video! What font family and theme are you using??

  • @nizamarif5825
    @nizamarif5825 Год назад +1

    like a charm!

  • @aureliosantana4894
    @aureliosantana4894 Год назад +1

    Thanks for the content, what song is that you used?

    • @CharlesKasasira
      @CharlesKasasira  Год назад +1

      Oh I forgot to attribute the creator, its The Jazz Piano by Benjamin Tissot from www.bensound.com
      www.bensound.com/royalty-free-music/track/the-jazz-piano
      will add this to the description, thank you.

    • @aureliosantana4894
      @aureliosantana4894 Год назад +1

      @@CharlesKasasira thank you very much❤

    • @CharlesKasasira
      @CharlesKasasira  Год назад

      @@aureliosantana4894 you are welcome

  • @gustavoclemente9704
    @gustavoclemente9704 Год назад +1

    Muuy Buenoooo! Gracias!

  • @swire1571
    @swire1571 Год назад +1

    awesome thanku

  • @rogelioramirez9786
    @rogelioramirez9786 Год назад +1

    Thanks you bro!

  • @vishnuvallabhyathavakilla2693
    @vishnuvallabhyathavakilla2693 Год назад

    Can we upload a video in this?

  • @wisdomelue
    @wisdomelue 2 года назад +1

    great! please can i get the repo?

    • @CharlesKasasira
      @CharlesKasasira  2 года назад +1

      Hey Wisdom, I had not created a repo yet but I had put all the source code in this article
      dev.to/charleskasasira/how-to-create-custom-file-upload-input-control-with-react-and-css-48fn
      Hope that helps

  • @mdwaliullah9609
    @mdwaliullah9609 Месяц назад

    thanks

  • @AqibShoaib
    @AqibShoaib 4 месяца назад +1

  • @mugaggabenjie
    @mugaggabenjie 2 года назад +1

    Thanks

  • @KartikeyShaurya
    @KartikeyShaurya Год назад +1

    source code ??

    • @CharlesKasasira
      @CharlesKasasira  Год назад

      I didnt put it on github, we check for it. sorry.

    • @kartikeyshaurya1827
      @kartikeyshaurya1827 Год назад

      @@CharlesKasasira thnkx for responding will write from scratch

  • @Codinginblackshadow
    @Codinginblackshadow Год назад +1

    hii

  • @qsgamers2473
    @qsgamers2473 Год назад

    Hi