iOS Question upload progress ?

tufanv

Expert
Licensed User
Longtime User
Hello,

I want to know if it is possible to somehow show an upload progress while sending a file to server via php. I use httpjob postmultipart to send a file to server. If there is a chance for this , what should be the logic ?
Maybe I can get the file size on the remote server during the upload to compare it with the actual file size but it won't be a good solution.

there is an example for b4a which changes some code and use get cin or stg like that but I dont know if it will work for b4i
ty
 
Last edited:
Top