How to create a file upload progress bar with AJAX and PHP

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

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

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

    Really well explained and short ! Perfect for developers who want basic upload progress bar

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

    Thanks for the Video you helped me a lot !!
    Not many Videos of this type are with vanilla javascript

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

    Excellent tutorial. Thank you!

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

    Hello, seems like I encounter an error in your javascript file :
    Uncaught TypeError: Cannot set properties of undefined (setting 'onsubmit')
    at script.js:1:40

    • @DigitalFox-tutorials
      @DigitalFox-tutorials  2 года назад

      Maybe there is an error in the code.
      You can download the tutorial's code here :
      digitalfox-tutorials.com/tutorial.php?title=How-to-create-an-upload-progress-bar

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

    very helpful, Thanks

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

    what is this the file editor tool you are using

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

    Download link is broken 😵

    • @DigitalFox-tutorials
      @DigitalFox-tutorials  Месяц назад

      Hey, download the source code from my website:
      digitalfox-tutorials.com/tutorial.php?title=How-to-create-an-upload-progress-bar-with-javascript

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

    sure its not working simply look the function of handling file from the form "post" its completely not there !

    • @DigitalFox-tutorials
      @DigitalFox-tutorials  2 года назад

      Hey i just downloaded and tested the code, everything is working fine. We don't need to catch the file with a POST request, we catch the files with the $_FILES superglobal.
      Download files: digitalfox-tutorials.com/tutorial.php?title=How-to-create-an-upload-progress-bar-with-javascript