Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

File Upload Script

Status
Not open for further replies.

cyberprof

Programmer
Jun 10, 2003
229
GB
I've been using a file upload script that has worked fine for ages, but doesn't seem to want to upload files greater than 1mb in size. I've increased the Server.Timeout but the upload still fails.

Can anyone recommond a reliable file upload script that can handle files over 1mb

Cheers

J
 
search google for it, you need to basically handle it in chunks instead of one solid stream (stream chunks of 256 or 512 bytes)

[thumbsup2]DreX
aKa - Robert
if all else fails, light it on fire and do the happy dance!
 
You might want to look into Persists (Server.CreateObject("Persits.Upload")). We use it on our website and people have uploaded files over 10Mb.
 
You might want to look into Persists. We use it on our website and people have uploaded files over 10Mb.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top