suggest multi-file upload components?

  • Thread starter Thread starter darrel
  • Start date Start date
D

darrel

I'm looking for some options for implementing a file uploading tool. The
'catch' is that it's been requested that we accomodate files from 2 to 100mb
in size, and, ideally, the ability to upload up to 20 files at a time.

I've been looking around a bit and it seems as if element-it.com's products
will work:

http://www.element-it.com/

They appear to have a file upload script that gets around some of the large
file issues that the default asp.net file upload classes have in addition to
a nice Flash-based component that allows one to browser to multiple files at
once.

Has anyone used this product? comments? Suggestions for other components to
look at?

-Darrel
 
I'm looking for some options for implementing a file uploading tool. The
'catch' is that it's been requested that we accomodate files from 2 to 100mb
in size, and, ideally, the ability to upload up to 20 files at a time.

I've been looking around a bit and it seems as if element-it.com's products
will work:

http://www.element-it.com/

They appear to have a file upload script that gets around some of the large
file issues that the default asp.net file upload classes have in addition to
a nice Flash-based component that allows one to browser to multiple files at
once.

Has anyone used this product? comments? Suggestions for other components to
look at?

-Darrel

If you're uploading such large files, have you considered using FTP rather
than HTTP uploads?
 
If you're uploading such large files, have you considered using FTP rather
than HTTP uploads?

That's what they have now. It's a printer that accepts files via FTP.

However, they want to have a 'web based interface' for ease of use with
their customers

-Darrel
 
Hi,
If you want a ready component then Jupload is very good for your
requirement.


Thanks,
 
Back
Top