Hi,
I have implemented an AJAX file upload using the new XHR2 (upload.addEventListener), it works fine!
However, for small files (20kb for example), the upload is so fast, the progress meter doesn't actually move.
The progress starts on ZERO and the 'success' message is received before any movement of the progress meter is made.
Is there a way of altering the packet size of the upload so it does it in smaller chunks so the progress meter actually does something?
I don't like the idea of slowing down a file upload, but it also seems pointless showing a progress bar that never moves because the upload is so fast due to tiny file size.
Not sure what can be done about this and appreciate some input.
Thank,
1DMF.
"In complete darkness we are all the same, it is only our knowledge and wisdom that separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!"
Free Electronic Dance Music
I have implemented an AJAX file upload using the new XHR2 (upload.addEventListener), it works fine!
However, for small files (20kb for example), the upload is so fast, the progress meter doesn't actually move.
The progress starts on ZERO and the 'success' message is received before any movement of the progress meter is made.
Is there a way of altering the packet size of the upload so it does it in smaller chunks so the progress meter actually does something?
I don't like the idea of slowing down a file upload, but it also seems pointless showing a progress bar that never moves because the upload is so fast due to tiny file size.
Not sure what can be done about this and appreciate some input.
Thank,
1DMF.
"In complete darkness we are all the same, it is only our knowledge and wisdom that separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!"
Free Electronic Dance Music