Best File Upload Control (httpModule)

  • Thread starter Thread starter daokfella
  • Start date Start date
D

daokfella

With the vast amount of large file upload controls out there, which
one do you feel is the best?
My site needs to support frequent large file uploads (up to 100Mb).
I'd also like to be able to query the upload to give the user real-
time status info on the upload preferably via AJAX. What are the most
robust and full-featured controls out there?

Thanks,

Jason
 
With the vast amount of large file upload controls out there, which
one do you feel is the best?
My site needs to support frequent large file uploads (up to 100Mb).
I'd also like to be able to query the upload to give the user real-
time status info on the upload preferably via AJAX. What are the most
robust and full-featured controls out there?

Thanks,

Jason

100 MB is lot of data to send up the pipe using http ... Have you thought
of an FTP based alternative to sending your data to your servers? You can
reap a lot of benefits from ftp as opposed to http for such tasks
 
Back
Top