URL to File/Blob in JavaScript

Поділитися
Вставка
  • Опубліковано 23 жов 2022
  • 👉 Source code: openjavascript.info/2022/10/1...
    ‍🎓 NEW: Earn a professional certificate in web development from Meta Inc. (course links in card below) 👇
    ⚡ Looking for high-performance, afforable web hosting? We use HostWithLove: bit.ly/3V2RM9Q ❤️
    This tutorial shows you how to fetch data from a URL of any type and turn this into a readable File/Blob in JavaScript.
    #javascript #blob #file #filereader #webdevelopment #tutorial #javascript_tutorial
    🔔 Subscribe for more tutorials just like this: / @openjavascript
    ⚡Web development professional certificates from Meta Inc.⚡
    Front-End Developer Professional Certificate: imp.i384100.net/b3dMek
    Back-End Developer Professional Certificate: imp.i384100.net/gbYorg
    iOS Developer Professional Certificate: imp.i384100.net/Jr7qj2
    Meta Android Developer Professional Certificate: imp.i384100.net/oeYnGo
    Meta Database Engineer Professional Certificate: imp.i384100.net/BX7KGB
    Website: openjavascript.info
    Twitter: / openjavascript

КОМЕНТАРІ • 41

  • @OpenJavaScript
    @OpenJavaScript  Рік тому +1

    Thanks for watching!
    👉 Blog post with source code: openjavascript.info/2022/10/18/image-url-to-blob-in-javascript/

  • @YondeCode
    @YondeCode 5 місяців тому

    Thank you ! I had headaches reading the MDN docs by myself, you helped me very much, have a good day

  • @syuo5051
    @syuo5051 2 місяці тому

    Thank you! Very useful and simple explanation as expected.

  • @anton1492
    @anton1492 Рік тому +2

    thank you very much. i finally understood BLOB!

  • @ayoadeleke9474
    @ayoadeleke9474 Рік тому +6

    very nice video. it was concise and informative. will definitely be coming back to your profile for my tutorials!

  • @mattratliff2063
    @mattratliff2063 10 місяців тому

    Great video. So I noticed that the name that you provided for the image blob didn't appear in the browser tab when you opening the image. Is there a way to use the File object to customize the name of the browser tab to display the name of the file?

  • @volselongames4505
    @volselongames4505 Рік тому +2

    thank you very much friend, good luck to you

  • @user-bj4uv8up9d
    @user-bj4uv8up9d Рік тому +2

    thanks buddy I was trying since past 3 days but your video help me to get output thanks again. love you bro

  • @syntheticperson
    @syntheticperson Рік тому +1

    Very helpful. Thanks

  • @DevDivine
    @DevDivine Рік тому

    Thanks for this helpful video, many many many and infinite many thanks to you

  • @sunlirick
    @sunlirick Рік тому +2

    thank you... 💝

  • @johnwayne8059
    @johnwayne8059 2 місяці тому

    Pretty helpful video!👍👍👍 Thanks for the work! Maybe you could stretch it a bit with giving more examples like you did with files, just with manipulate DOM-elements, just as an idea!😅😇😁

  • @linuxstudy1
    @linuxstudy1 Рік тому

    you are amazing man

  • @piotrszczesniak
    @piotrszczesniak Рік тому +1

    Super informative in easy to grasp manner! Thanks - liked and subscribed :)

    • @OpenJavaScript
      @OpenJavaScript  Рік тому

      Thank you for reaching out to let me know. Glad you liked the video and great to have you on board as a subscriber :)

  • @santiagofantoni2643
    @santiagofantoni2643 11 місяців тому

    How could I save the file/blob into the image folder of my App?

  • @alanmurray4011
    @alanmurray4011 Рік тому +1

    Exactly what I was looking for, thank you 🙏 I’m building an app with an API and it seems the image url paths have a security token that expires within a few hours, because when I save the paths to localstorage and render them everything works fine for a few hours, but eventually the server responds with an error. Hoping this does the trick.

    • @OpenJavaScript
      @OpenJavaScript  Рік тому +1

      Yes, this should to the trick of getting the image data so you are not reliant upon the expiring URL.
      In case you are interested in then saving the image data in localstorage, you'll need to stringify it first. Here's a tutorial on that in case it's useful: ua-cam.com/video/XZ8CjU9eaVA/v-deo.html
      Good luck!

    • @alanmurray4011
      @alanmurray4011 Рік тому

      @@OpenJavaScript I will definitely check it out, thank you. You've got yourself a new subscriber. 🙂 Keep up the great work.

  • @UzHandy
    @UzHandy 9 місяців тому

    And how we can save mp3 files from internet to device. I mean I use filesystem plugin of ionic. And it allows me to save to the storage. Can you make a new video and then share it?

  • @victormanuelsandovalamaral
    @victormanuelsandovalamaral 10 місяців тому

    If I want to receive a pdf by fetch, how would it be?

  • @andyidung7521
    @andyidung7521 Рік тому

    Please do this with a video url that is most important, i believe most people want this on video url source too.

  • @user-iv3qy7fy2d
    @user-iv3qy7fy2d 5 днів тому

    Tell me how to download videos from BLOB url

  • @sabinmorris6479
    @sabinmorris6479 Рік тому +1

    thank you sir for good presentation
    can you help to show how can move that file to other directory using that blob scenario please? help me

    • @OpenJavaScript
      @OpenJavaScript  Рік тому

      You cannot specify in the browser into which folder on a user's computer you want to store the download. You just don't have permission.
      What you can do, however, if you are running JavaScript in Node, is use the File System module to manipulate the file system.
      In case you are unfamilar, here's my tutorial on that: ua-cam.com/video/dtTnWxfH19U/v-deo.html

  • @dudeyouhavenoidea
    @dudeyouhavenoidea 6 місяців тому

    I love you 😭😭

  • @nicholasc.5944
    @nicholasc.5944 Рік тому +1

    you sound a lot like that one breadtuber Tom Nicholas

    • @OpenJavaScript
      @OpenJavaScript  Рік тому

      I had not heard of this person, but listening to some of his videos, I do agree 😂

  • @kavithakannan7215
    @kavithakannan7215 Рік тому

    How to download blob image from facebook or instagram?

  • @g43s
    @g43s Рік тому

    I get file extension error, even tho my blob.type equals image/jpeg

    • @OpenJavaScript
      @OpenJavaScript  Рік тому

      Hard for me to diagnose without your script. But I have posted a live working example on my blog. Maybe you find this useful: openjavascript.info/2022/10/18/image-url-to-blob-in-javascript/

  • @Dragon-Slay3r
    @Dragon-Slay3r Рік тому +2

    There's 2 blobs now on the right side of the window? New exit strategy? Lol

    • @OpenJavaScript
      @OpenJavaScript  Рік тому

      Timestamp? Maybe I was logging something earlier with a new example...