This is not a duplicate of those questions that ask how to download a file and display a progress bar. My understanding of the basics:
- We have a form that places the given input file in the specified URL.
- Once the submit button is pressed, we set the interval to run the Javascript method every second, which uses AJAX to poll the server to get the status of this download.
The only dilemma for me here is that I tried this method, but when I look at the FireBug console, I see all these jQuery AJAX calls. I saw an implementation of other people where you don't see anything in FireBug> Net> XHR.
Does anyone have any ideas how this is implemented?
Any advice is appreciated.
Cheers, Mosh
PS: To emphasize, I am not interested in doing this with Flash.
source share