File uploads in Next JS 14 just got SO MUCH EASIER!!

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

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

  • @WebDevEducation
    @WebDevEducation  Год назад +4

    Will you guys be using vercel blob storage for file uploads? Also yes, I do realise that the double pipe is unecessary for the filename because I immediately check if there's a value anyway.

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

    your video is the only video that i can understand even though i am fresher in web-dev ........
    thank you for the help. it helps to make a project for hackathon

  • @michellesayson6130
    @michellesayson6130 7 месяцев назад +3

    Thanks you!! Will also appreciate if you make a client upload. 🙇

  • @miguelhuayhuacondori9353
    @miguelhuayhuacondori9353 8 месяцев назад

    I always had the doubt if the files can be saved in the plublic folder and if it is a good practice to do that

  • @ilan117
    @ilan117 10 месяцев назад

    Hi. Thank you so much for video. I wunder if there is a way to select more than one file ? I’ll be using it as a blog post on my next project. Any help would be appreciated 🙏

    • @Mheme-f7n
      @Mheme-f7n 6 месяцев назад

      on your input element add multiple

  • @bipanshukumarroy
    @bipanshukumarroy 5 месяцев назад +1

    Hey i've followed the whole tutorial and build a simple project for uploading profile pictures, it's running totally fine on the localhost but when i try to upload the picture on the deployed version which ive deployed on the vercel, itself it doesn't shows the new deployed pictures, i'm confused why?? can you guide me with that!??

    • @facundomarconi9561
      @facundomarconi9561 2 месяца назад

      Hello, were you able to solve it?

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

      @@facundomarconi9561 The issue is because of the cache....you can solve it by revalidate path.

  • @ayoubrahmani4045
    @ayoubrahmani4045 9 месяцев назад

    is it possible to get a specific blob by pathname?

  • @RezaulKarim-xm1yv
    @RezaulKarim-xm1yv 3 месяца назад

    awesome. Thanks a lot

  • @shubhankartrivedi
    @shubhankartrivedi 11 месяцев назад

    Thanks!