views:

79

answers:

1

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
I do that already ,, but I want to see the progress of the chuck it self .
Arrabi