Download Any File with Vanilla JavaScript | Download Image or Video in HTML CSS & JavaScript

Поделиться
HTML-код
  • Опубликовано: 17 май 2022
  • Download Any File with Vanilla JavaScript | Download Image or Video in HTML CSS & JavaScript
    In this video, I've shown you how to build a File Downloader with Vanilla JavaScript. This tool is made with pure JavaScript no server-side language is used to create it. To download a file, you've to paste a valid URL of the file and click the download button. The file should be publicly accessible to download.
    Download Source Codes From Here
    www.codingnepalweb.com
    Second Channel - bit.ly/3aHNkru
    Facebook - / coding.np
    Instagram - / coding.np
    Music Credit:
    Deep Sea by Vendredi
    Free Download / Stream: bit.ly/-deep-sea
    Music promoted by Audio Library • Deep Sea - Vendredi (N...
    Something 'bout July (Instrumental) by RYYZN
    Free Download / Stream: bit.ly/-_something-bout-july
    Music promoted by Audio Library • Something 'bout July (...
    Ehrling - You And Me (Vlog No Copyright Music)
    • Ehrling - You And Me (...

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

  • @CodingNepal
    @CodingNepal  Год назад +9

    If you get an error like this: Blocked by CORS policy: No Access-Control-Allow-Origin header is present. This is a cors (cross-origin resource sharing) error that means the browser blocked the request because the site you're trying to access doesn't allow you to access it.
    So, in this video, I've shown you how to download a publicly accessible file from a URL using vanilla JavaScript. You can try downloading files from sites like pixels, pixaby because this site allows you for it. Also, remember file URLs must have their valid extension at the end of a URL like .jpg, .png to download it.

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

      can we download from youtube?

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

      @@abodfta6159 no, I feel if you wish to take time for this project, then you're just wasting your time, or just learn from him. This project is just a useless because pexels can allow download directly without this project

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

      Hey Coding Nepal, I face a failed to fetch error in my local system but when I go to my browser preview i simply download the image I wanted same I can't download Image when I used this in my webaite that is hosted on netlify

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

      Sir,How can I fix this problem?

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

    Exactly what i was looking for. You are perfect.

    • @CodingNepal
      @CodingNepal  2 года назад +2

      Hope you enjoyed the video

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

    Nice website with good UI to download images. Learnt a lot.Thank you😇

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

    I am search a lot, and here is solution for my problem (function, what i can use for download all files from Object with links). Thanks!

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

    This is beaficul I love your projects🧡🔥

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

    Really useful tutorial. Thank you very much.

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

    Nicely done man.
    More muscle to you n I'm looking forward to more of your work.

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

    This is a great website with a good design, thank you so much !!

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

    Just awesome ❤️..... Love from NEPAL 🇳🇵 ✌️

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

    Thank you very much sir for making such a video

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

    I am feeling blessed to find this channel :)

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

    you're the best thanks i will tell my friends to subscribe to your channel.

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

    Simple code with beautiful logics💐

  • @sujon-ahmed
    @sujon-ahmed Год назад

    Just Awesome 😍

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

    Amazing Effort 💖

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

    I very like it . Thank you so much for your help....

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

    Gajab 😊😊👍👍👍

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

    Thank you! 🙂

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

    Nice work man

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

    Awesome Sir.

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

    best project in javascript

  • @ID-Thousand
    @ID-Thousand Год назад +2

    Bro it would be much better if you could display the image before download .
    Anyway you did great job 👏. Appreciate it

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

      Sorry for that but you can do that by adding some lines of code. In HTML file before ending of tag.. paste this code:
      Inside CSS code, in the end... paste this code:
      .preview-img{
      display: none;
      margin-top: 30px;
      justify-content: center;
      }
      form input:valid ~ .preview-img{
      display: flex;
      }
      .preview-img img{
      max-width: 100%;
      max-height: 300px;
      object-fit: contain;
      }
      In JavaScript file, after line.no 2.. paste this code:
      fileInput.addEventListener("input", e => {
      document.querySelector(".preview-img img").src = e.target.value;
      });
      Let me know if it didn't work!

    • @ID-Thousand
      @ID-Thousand Год назад

      @@CodingNepal thanks bro I'll try it.
      If it works, i am gonna soon let you know it. Thanks again bro 🙏❤💯

    • @ID-Thousand
      @ID-Thousand Год назад

      @@CodingNepal bro thank you so much. it really worked fine like i wanted. thanks again and again. i really appreciated your great work.

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

    Exeptional Video.... Keep Up The Good Work....

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

    Going to add that to my project

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

    this video is very helpfull

  • @LesParodieBrosFan
    @LesParodieBrosFan 2 года назад +2

    Hi CodingNepal, do you know how to make a site that gives live scores from roland garros? cordially

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

      Using api you can make it easily

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

    Awesome 👍😎❤️

  • @CreativeTutorialsWeb
    @CreativeTutorialsWeb 2 года назад +7

    This is so wonderful Sir I love UI and functionality 💯💯🥰

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

    I have errors with access fetch cross origin no Access-Control-Allow-Origin when i uploaded to github page..
    How can i fix this?

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

    Thanks

  • @allrounder3234
    @allrounder3234 Год назад +2

    This is not working in your case you r downloading some files with extension like at the end test.pdf or .MP4 i tried all links not getting download throwing an error

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

    Great Job man , how can do that with a RUclips link video ??

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

    can be this possible in blogger? what should i do? copy and paste this?

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

    thank you bro

  • @mohamadmawed9136
    @mohamadmawed9136 2 года назад +2

    The person I have benefited the most from, you are very wonderful, waiting for the source code. I have a request that I don't know if you can implement it for me. I want a schedule of matches and the standings of the teams with the live score for each match in addition to the World Cup. I want them html css javascript I know that it is a big request, but I hope for a response from the Almighty All love and respect to you

    • @CodingNepal
      @CodingNepal  2 года назад +2

      Great suggestion! I'll think on it.

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

    I wish Coding Nepal would make a video of add to cart tutorial 🤞

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

    Thanks a lot for creating this video, but I have a problem, I can't download the mp4 video, can you tell me pls how?

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

    Plz create a Add Cart system beautiful degine and perfectly secured

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

    thx

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

    Great video!
    Maybe a stupid question: Why do you declare the variable downloadBtn without any keyword? Isn't it necessary?

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

      Both variables are declared with the const keyword. You can declare multiple variables by using commas. Like this: const a = 1, b = 2;

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

      @@CodingNepal Ah, ok, good to know. And I didn't see the comma 😁 Thank you for your quick reply!

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

    I would like to download videos from youtube and instagram is it possible?

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

    hii, can you Video Downloader and converter WordPress Theme????

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

    where you host this file

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

    Sir ise Insta gram ke video hoge download?

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

    good

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

    Is youtube video is allowed to download

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

    Does It Work For RUclips Videos?

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

    can't download from youtube etc. always getting blocked

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

    Hello bro why it is noy downloading the image its says tht this website is not ready to download blaaa blaaaa... Plzzz help me...

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

    Does this download yt videos?

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

    Nice video bro, But how to download yuotube videos using this downloader

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

    Is it ok with the mp3?

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

    can we download RUclips videos as well?

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

    how to solve cors error ?? please guide me

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

    my code return error no cors , can you help me ?

  • @AmjadAli-lx7ut
    @AmjadAli-lx7ut Год назад

    Sir can you make taturial on facebook video downloader or youtube video downloader

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

    this cant download a youtube video?

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

    Ek help chahiye mil sakti hai kya, maine ek theme banayi hai uske menu me search icon nhi lga paa raha hoon

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

      You can watch my navigation with search bar video for this

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

    Which should i learn next js or express js

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

      NextJs is a frontend framework and ExpressJS is a backed framework based on NodeJS. So, you should decide whether you want to go with backend or frontend or both.

  • @64_bit_coding
    @64_bit_coding 2 года назад +1

    Make a cps test

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

    can not download video file?

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

    can youtube videos be downloaded?

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

    Pls make a video on making a custom video player
    With best UI

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

    sir why not download any file ,only show error

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

    download button is not working pls fix it

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

    Hola disculpa, no se puede descargar nada,

  • @Sandeepyadav-wb6gz
    @Sandeepyadav-wb6gz 19 дней назад

    sir my js is not working properly

  • @kartik.jangra
    @kartik.jangra 4 месяца назад

    Can we download youtube videos.?

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

    can this download youtube videos.If not then please make a video creating a such website.

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

    👍

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

    Hi bro please create Forum website

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

    Can I complete this project with Android 8 mobile?

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

      yes use spck editor

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

    Please let video display under the download button too

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

      You can simply create a tag and pass tempURL value as video src.

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

    You give best if you speaking sir 😭

  • @user-mv1jr4gw9c
    @user-mv1jr4gw9c 2 года назад

    I have a code to download a video from RUclips that was made using JavaScript, but when I click on the download button, it does not download the video, I don't know where the problem is, can I talk to you via WhatsApp to send the error image and try to solve the error?

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

      Did you make it with vanilla JavaScript or NodeJS/ExpressJS

    • @user-mv1jr4gw9c
      @user-mv1jr4gw9c 2 года назад

      l make it using html css javascript only

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

      @@CodingNepal this only work for images

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

    but I can't download video file. ?
    😮‍💨

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

    Source code please. By the way good work

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

      Source codes will be uploaded soon on my website www.codingnepalweb.com

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

      Source codes has been uploaded. Download or copy codes from here - www.codingnepalweb.com/download-file-from-url-with-javascript/

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

    Or u can just do ctrl + s

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

    😭Anyone help me to solve "blob: null/be226c2f-0b42-445f-881b-84a057c39c71", and say why the "URL.createObjectURL(file)" not working. Thank you.

  • @abdellatif.laghjaj
    @abdellatif.laghjaj 2 года назад

    Can i download youtube video with this tool !?

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

    Plz this is not working for me...

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

    Why would you need such a website? All the links you've provided will download things by simply pressing CTRL+S or right click and "Save as image/video"... Unless of course this also works on websites where those buttons are blocked. Then that's another story.

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

      I think you didn't understand the purpose of this video. Let's assume you've an image site.. What you'll do for user to download images..? Right click and save or you provide a download button that will download that image. Obviously, for the user convinent you'll provide a download button and there this video codes and concepts can be used.

    • @user-we8vm6xt1j
      @user-we8vm6xt1j Год назад

      @@CodingNepal i want to convert same ui into social media downloader like yt vedio , insta. Twitter

  • @user-zo2ez3ci7b
    @user-zo2ez3ci7b 8 месяцев назад

    I need its js

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

    can I download youtube video this project

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

      No, you can't because you'll get a cors error even if you get the direct link of the video.

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

      @@CodingNepal yes! it is also showing an error in case I try to download any image from Amazon
      why so?

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

    this code is not working

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

    URL na aauni site ko.lagi banam na euta

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

      Url naaune site ko vannale..?

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

    Can we download youtube videos using this??

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

      No, you can't because you'll get a cors error even if you get the direct link of the video.

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

      @@CodingNepal ok, now i understand 😉

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

    can bulk?

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

      Bulk.. Can you explain more?

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

      @@CodingNepal bulk download or multiple download

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

      @@lewster7id no there is only one input field so you can download one file at once

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

    but how to download videos 😢

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

    pdfs are getting download

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

    Sir
    It also work with TikTok link ?

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

    URL.createObjectURL please explain

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

      URL.createObjectURL creates a URL of the passed object. This url is stored in the document window. You can read this MDN documentation for detailed information: developer.mozilla.org/en-US/docs/Web/API/URL/createObjectURL

  • @KoblanJumanazarov
    @KoblanJumanazarov 28 дней назад

    What does Nepal mean ?

    • @CodingNepal
      @CodingNepal  28 дней назад +1

      Nepal is a country where I belong.

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

    Ohh it is downloading only those files which we can download by one click free not downloading youtubee vedioes or Instagram any image or vedio....Google pixel images vedioes this is not soo good

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

    Please provide source code still no

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

      Source codes has been uploaded. Download or copy codes from here - www.codingnepalweb.com/download-file-from-url-with-javascript/

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

    Mine don't work, maybe I wrong type the code :D

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

      Maybe you've tried to download those file which you haven't access to download

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

      @@CodingNepal Now work very well! thanks again :)

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

    Help me plz..#codenepal

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

    But u can give preview of file

  • @Vikash-mb9zi
    @Vikash-mb9zi 2 года назад

    Hope you pin me

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

    Why is it showing an error??
    "dwnld.js:10 Uncaught (in promise) TypeError: Failed to fetch
    at fetchFile (dwnld.js:10:2)
    at HTMLButtonElement. (dwnld.js:6:2)"