I have a phone application and I use multipart POST to upload multiple files. Is there a way to increase the uploading speed ? e.g. can multithreading the upload process increase the upload speed, is there any other strategy? can anyone refer me to any networks research regarding this area?
If I switch from multipart POST to opening a direct socket stream with server is that going to increase the upload speed ?
How about if I upload chunk of bytes one at at time will that increase upload speed? I also face issues host not resolved or pipe broken. It probably has to do with the fact that a video is 14mb in size and being attempted to upload in just one go.