File upload progress bar without server component?
Is it possible in any browser to indicate the percentage of completion of a file download without requesting this information from the server?
In other words, is there any browser that knows (in an accessible javascript way) which part of the uploaded file?
+3
morgancodes
source
to share
1 answer
Loading files in a browser does not provide scripting script for JavaScript.
Typically, this is done with an AJAX call to the server, which then sends data based on the server's file upload status (which can be scripted). I don't think it can only be done on the client side.
0
Diodeus - James MacFarlane
source
to share