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

Sdílet
Vložit
  • čas přidán 7. 06. 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

Komentáře • 49

  • @veshalenramsamy1342
    @veshalenramsamy1342 Před 2 měsíci

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

  • @raymondmichael4987
    @raymondmichael4987 Před 2 lety +4

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

  • @jpacs3738
    @jpacs3738 Před 2 lety +1

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

  • @null_spacex
    @null_spacex Před rokem +1

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

  • @suhailxeaser
    @suhailxeaser Před rokem

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

  • @francisonu9873
    @francisonu9873 Před rokem +1

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

  • @kaifahmad4131
    @kaifahmad4131 Před 2 lety

    Great content as always

  • @catsbirds2233
    @catsbirds2233 Před 2 lety +4

    i always come back for the cat 😊

  • @abdullaalfaiyaz1890
    @abdullaalfaiyaz1890 Před 2 lety +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  Před 2 lety +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 Před 2 lety

      @@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 Před 2 lety

      @@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!

  • @colbyfayock
    @colbyfayock Před rokem

    awesome example!

  • @JoelOladayo
    @JoelOladayo Před 11 měsíci +1

    This is good.
    Thank you.

  • @Fox_Gaming208
    @Fox_Gaming208 Před 10 měsíci +1

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

  • @gitahinganga3136
    @gitahinganga3136 Před rokem

    Brilliant!

  • @utsikko
    @utsikko Před 2 lety

    Thank you!

  • @chiggywiggy524
    @chiggywiggy524 Před rokem

    I love your cat! 💖

  • @denchke
    @denchke Před 2 lety +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  Před 2 lety

      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 Před 2 lety +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.

  • @lamandragora
    @lamandragora Před 8 měsíci

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

  • @fadlo1580
    @fadlo1580 Před 10 měsíci

    how to upload to a specif folder in cloudinary ?

  • @golodiassaid4879
    @golodiassaid4879 Před 9 měsíci

    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?

  • @collab802
    @collab802 Před 2 lety

    Awesome

  • @thi6944
    @thi6944 Před rokem

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

    • @LearnWebCode
      @LearnWebCode  Před rokem

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

  • @KnownTechnical
    @KnownTechnical Před 2 lety

    ❤️❤️❤️

  • @daweed7412
    @daweed7412 Před rokem

    ure the goat

  • @sandokan888
    @sandokan888 Před rokem

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

  • @raymondmichael4987
    @raymondmichael4987 Před 2 lety

    I wish you can cover graphql api with roles base authorization

  • @gadgetboyplaysmc
    @gadgetboyplaysmc Před rokem

    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  Před rokem

      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  Před rokem

      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.

  • @engineerdev4913
    @engineerdev4913 Před rokem

    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?

  • @marctysonclebert
    @marctysonclebert Před rokem

    🤩

  • @mohammedsayeed330
    @mohammedsayeed330 Před 2 lety

    Hey which software you use for screen recording ? Please share

    • @LearnWebCode
      @LearnWebCode  Před 2 lety +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.

  • @bendepio9509
    @bendepio9509 Před rokem

    Does Cloudinary have CDN?

  • @mikamanelka1326
    @mikamanelka1326 Před rokem

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

  • @szymonbytniewski2988
    @szymonbytniewski2988 Před rokem

    Plan your something about Firebase?

  • @gabrielrodriguez3665
    @gabrielrodriguez3665 Před rokem

    Is anybody having CORS issues when trying this?

    • @digie3823
      @digie3823 Před 11 měsíci

      are you able to fix it?

    • @gabrielrodriguez3665
      @gabrielrodriguez3665 Před 11 měsíci

      @@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 Před 11 měsíci

      "petition" being the FormData reference ****

  • @hydro6527
    @hydro6527 Před 2 lety

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

    • @Anony584
      @Anony584 Před 2 lety

      Heroku will be around as long as Salesforce is alive

  • @Visinho4ever
    @Visinho4ever Před rokem

    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 Před rokem

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