Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Javascript
Using AJAX to do inline, inpage file uploads
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Sean Berry, post: 4910426"] JMB, The posts above are quite right about Base64 encoding and size fluctuations. However, in my case I had clients who wanted to have some sort of progress indicator. When someone has to upload a 50 magabyte file for instance they want to know that the upload is still in progress after 1 minute. My program works by using the CONTENT_LENGTH of the request as the total size. Then, using AJAX, it retrieves the current size of the file on the server and creates a progress bar based on the that. Is it 100% accurate? NO! Does it satisfy the customer by providing them with exactly what they wanted? YES! And does it actually work with a fair amount of accuracy? YES! [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Javascript
Using AJAX to do inline, inpage file uploads
Top