Link to home
Start Free TrialLog in
Avatar of niico
niico

asked on

ASP Upload LARGE FILE

I have been using the non component ASP upload for some time for uploading images.

I now need to upload much larger files (10meg+) and the script keeps timing out on that and I need a more robust solution.

Does anyone know a good component based ASP Uploader (preferably a free one).

It doesn't have to be ASP based though it would make life easier if it was.
Avatar of raizon
raizon

ASPUpload & SAFileUp are probably two of the best.

Here is a list of all sorts of ASP file managment components.

http://www.aspin.com/home/webapps/fileoper/upload
ASKER CERTIFIED SOLUTION
Avatar of turbosig
turbosig

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
MS Internet Transfer Control? Problem here is that it's OCX, so must be downloaded to client. Plus is, it's freely distributable. It is asynchronus, that is, it return control as soon as the transfer begins (problem here is, it's difficult to know when it's finished)
http://www.aspsmart.com -> SmartUpload!
This is the coolest ASP Upload Component I've ever used, and it's free anyway!

But anyway, once again, it is back to a matter of preference!

^_^
Avatar of niico

ASKER

Deniel c

I have downloaded the aspsmart component, though it keeps saying page not found on the scripts bit. Any ideas?

Ive followed the installation instructions etc
Avatar of niico

ASKER

I have got a couple of the other ones to work (including .dll ones) and it keeps saying the script timed out.

I would rather not have to change the script time out - is there a component that does things in a different way so you dont have to do that?
SAFileUP (http://www.safileup.com/) as does ASPUpload (http://www.aspupload.com/) works nicely for large files.  But they aren't free.

Avatar of niico

ASKER

basically I just need something *very* simple that just uploads a large file.

All of the free ones seem to time out or just plain dont work though..

Seems overkill to pay for one when I just require such simple functionaliry.
Avatar of niico

ASKER

I just tried that and basicall it solves the problem.

It's not ideal cause the user doesn't really get any feedback that something is happening - though it will do.

Thanks
If you want the user to see something, you could simply set up a splash screen with a performace meter, etc. or a counter that mimics your connection timeout.