User Uploaded Images (Host For Free & Cloudinary Example Code)

Поделиться
HTML-код
  • Опубликовано: 7 июн 2022
  • Join my premium 2024 bootcamp here learnwebcode.teachable.com/p/...
    Let's learn how to upload images to a free hosting service.
    GitHub link for this video: github.com/LearnWebCode/cloud...
    Follow me for updates on new videos or projects:
    Instagram: / javaschiff
    Twitter: / learnwebcode
    Facebook: / brad-schiff-1542576316...
    Twitch: / learnwebcode

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

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

    Ten years later.... , and you`re still one of the best creators 🏆

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

    I bet there's something wonderful boiling, I expect a massive course announcement.
    This was very informative Brad.

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

    Not using cloudinary but as soon as you mentioned saving the IDs in a database, that was all I needed :) thanks

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

    Thank you Brad for sharing, :) this is very helpful. You have great content always.

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

    Ohh glad i found a video from you about cloudinary...now no more searching for other tutorials.

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

    Great Tutorial. I learnt a lot from it, I really appreciate

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

    i always come back for the cat 😊

  • @abdullaalfaiyaz1890
    @abdullaalfaiyaz1890 2 года назад +5

    Your wordpress course is amazing. And you are putting more contents to this course every year. it doesn't seem like you build that course a long time ago. With years the course is getting better and more mature. The way you covered industry standard practises with real life implementations and examples. The course shows how much you thought about all the examples.
    It would be great if you could create more courses like this.

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

      Thank you so much, that's one of the nicest comments I've ever read. I owe a lot of my career opportunities to WordPress so I plan on keeping that course updated for as long as possible. When the course first launched Gutenberg hadn't even been officially included in Core yet. Now we have not only Gutenberg, but block themes and the official WordPress scripts package on NPM and much more. Exciting times 🎉

    • @abdullaalfaiyaz1890
      @abdullaalfaiyaz1890 2 года назад

      @@LearnWebCode in recent time i have applied to a company and they send me a sample task to do. Surprisingly enough you have covered that task as well in your course. I will definitely recommend this course to anybody who want to learn WordPress. Keep up the good work 🙂

    • @imdtap1448
      @imdtap1448 2 года назад

      @@LearnWebCode I’m currently half-way thru your Wordpress course. While it is impossible to remember everything going thru it once, I’d like to ask you Brad what kind of freelance work can I apply or bid for after completing it?
      I’ve listen to others say to not wait and just jump right in with basic set ups and customizations. The good thing so far is I’ve had some success with solving some problems on my own that Ive seen others had (with newer Wordpress updates)
      What are your thoughts? Thx in advance!

  • @kaifahmad4131
    @kaifahmad4131 2 года назад

    Great content as always

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

    This is good.
    Thank you.

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

    awesome example!

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

    Excellent tutorial, could you also do similar video how to upload the image to Cloudinary and rest of the text including public id of the image to database, for example text and image from rich text editor. How do we handle that?

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

    This is great, thanks for sharing the info. I have concerns about performance of this technique. Isn't it a slower approach to download and show all those images from 3rd party host with all those roundtrips through network instead of the same host or is there a way to cache somehow?

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

      Hi, I'm not sure there's any real performance loss with this approach. A visitor's browser will cache the images regardless of whether the images live on our domain or Cloudinary's domain. It's similar to how all sorts of web pages load images from a separate CDN address / domain instead of necessarily the domain the web page itself is on.

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

      @@LearnWebCode Thanks for the answer, I had similar thoughts about that, because as you said, CDNs also work like this. The only thing that will matter is the speed from a client machine to Cloudinary servers, if they have the similar approach like popular CDN services with their datacenters around the globe, then it'll be okay I believe.

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

    I love your cat! 💖

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

    Great video, what if I upload 10-20 images every 5 mins of 50-100 kb each. How many images I will be able to save. Also will it allow me to do that?

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

    What if the user uploaded image is copyrighted? What do it do?

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

    Brilliant!

  • @utsikko
    @utsikko 2 года назад

    Thank you!

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

    would this be good for companies or do they use something else?

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

    I always wanted to ask this but how many images can you store on cloudinary? Their website does not state any limits on storage, just "transformations" which I assume is just the size of an individual image.
    Does that mean that as long as I restrict uploading below the 10mb limit, I can basically upload images an infinite amount of times????

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

      I'm not sure, but I wonder if an upload counts as a transformation. Also, I think for every x number of gigabytes of bandwidth used that counts as 1 credit as well. But still, I think the free plan gives you a fair amount of monthly credits. I don't think there is a limit necessarily to the number of images you can host; I'd imagine as long as you aren't uploading 1kb images every millisecond purposely trying to DDOS their service they probably won't care.

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

      I forgot to add the obvious, I think every gigabyte of storage your collection uses counts as 1 monthly credit. But I was assuming you were asking if you're uploading tons of very small file sized images if there was a limit.

  • @raymondmichael4987
    @raymondmichael4987 2 года назад

    I wish you can cover graphql api with roles base authorization

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

    I like the pointer with height and width like yours. How can I get it? Thanks

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

      On Mac you can press CMD + Shift + 4 to start dragging / drawing a rectangle.

  • @collab802
    @collab802 2 года назад

    Awesome

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

    ure the goat

  • @mohammedsayeed330
    @mohammedsayeed330 2 года назад

    Hey which software you use for screen recording ? Please share

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

      I use ScreenFlow. It's cheap (compared to other paid video editors) and has all the features I need. I wish it was cross-platform, but it's only on Mac. On Windows, I've heard good things about Camtasia but it costs a lot more. A free solution is to use OBS to record your screen and DaVinci Resolve as the video editor.

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

    I'd instabuy a course including a good way of image upload. Maybe a MERN Blog Projekt with auth, users, ...

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

    Does Cloudinary have CDN?

  • @lamandragora
    @lamandragora 7 месяцев назад

    The same but with imgur, how could it be done?

  • @KnownTechnical
    @KnownTechnical 2 года назад

    ❤️❤️❤️

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

    how to upload to a specif folder in cloudinary ?

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

    Plan your something about Firebase?

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

    🤩

  • @hydro6527
    @hydro6527 2 года назад

    Will all these (netlify,heroku,cloudariny,sanity)survive in the world of best technology companies.

    • @Anony584
      @Anony584 2 года назад

      Heroku will be around as long as Salesforce is alive

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

    Is anybody having CORS issues when trying this?

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

      are you able to fix it?

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

      @@digie3823 Yes. This was a while ago so if I remember correctly I had to add the entry 'body:petition' to my fetch api options object. I was programmatically submitting a FormData instance, that had user uploaded pictures via a form, to Cloudinary

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

      "petition" being the FormData reference ****

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

    This contained too much information that I lost track of what I wanted to hear. All I wanted to learn was "How to upload photos to Cloudinary!!!!!!!!!!!!🤦‍♂"

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

    Thank you so much Brad for sharing, :) this is very helpful. You always have great content always.