Uploading files takes a lot of time...

  • Thread starter Thread starter Gary
  • Start date Start date
G

Gary

Hi,

I want to upload 500MB files using a web form.
It takes lot fo time to upload.
can someone suggest any other better way.

TIA,
Gary
 
Its all down to the amount of bandwidth you are using. The Html Input File
can't do anything more for you there.
You might want to see if its possible to break your files down into smaller
packets and upload these.
 
Back
Top