I'm creating a website which uploads your files to another service & not my own server. How can I get upload progress bar working on my website? Most solutions I see use a POST method with PHP but because I'm not using my own server how can I achieve this with pure JS?
Asked
Active
Viewed 24 times
0
-
1Jquery https://stackoverflow.com/questions/15410265/file-upload-progress-bar-with-jquery JS https://stackoverflow.com/questions/47638314/a-javascript-upload-progress-display-in-html5 – sojin Sep 19 '21 at 10:54