jquery - Display upload percent through javascript just like bottom-left of chrome -


Whenever you upload a file / file via chrome, before hitting it in the lower left corner of the page Upload percentages will display 100% and redirection.

Where does Chrome get this number and how can I view the value on the page via javascript / jQuery (on all browsers) before the redirect on the page?

I do not want to upload a file via AJX, just use a regular form such as ...

   & Lt; Input type = "submit" / & gt; & Lt; / Form & gt;  

In my test, if posted, using a conventional request is. The .POST method shows the progress bar.


Comments

Popular posts from this blog

import - Python ImportError: No module named wmi -

Editing Python Class in Shell and SQLAlchemy -

c# - MySQL Parameterized Select Query joining tables issue -