|
I need to upload 20MB File to application server. But it takes 10 to 15 mins to upload 20MB file. The client is not ready to wait for the responses. I need help for the same. Thanks in advance for the help
Replay:Upload 20MB File
If it is a compressable file (not jpg or gif ir zip,,) you should consider zipping it on send and unzip it on receive (if that is an option in your scenario).
|