Can someone direct me to a script that I can use to upload large files (2G or less) to a server? I have used similar ASP scripts, but they don't want to handle large files. Thanks in advance.
HL
Printable View
Can someone direct me to a script that I can use to upload large files (2G or less) to a server? I have used similar ASP scripts, but they don't want to handle large files. Thanks in advance.
HL
You need to use a component for larger files. I recommend:
www.aspupload.com
uhh.... what?
I've used ASPUpload and it works great. I've never tried to upload images of that size though...
www.dundas.com
see the upload component
just set up a page using Huge ASP upload that is supposed to handle up to 2gigs. I've set it for lower though. http://www.motobit.com/help/scptutl/upload.asp
it was pretty easy to get set up, etc.