Im trying to upload a file through a SOAP request , and it worked perfectly , but I couldnt get a progress for the uploaded amount of the request .
A:
You could try sending the file up in "chunks", like 1MB at a time rather than sending it all up at once? That way when each chunk completes, you'll be able to update the progress.
Steve Danner
2010-02-02 14:12:31
I do that already ,, but I want to see the progress of the chuck it self .
Arrabi
2010-02-02 14:27:37