PDA

View Full Version : ASP uploading single file


isleshocky77
10-09-2002, 01:59 AM
Does anyone have a good method of uploading a single file to a server using ASP.. not complictated and w/o installing dlls and files on server would be great help.

Bullschmidt
10-09-2002, 06:40 AM
ASP File Upload using VBScript by John R. Lewis - 7/10/2000
http://www.aspzone.com/articles/john/aspUpload

And for pure ASP (i.e. non component) solutions (and I believe this would be true for component solutions too) can increase the timeout for the page:
' Script timeout in seconds for this page.
' (60 x 60 = 1 hour.)
Server.ScriptTimeout = 60 * 60

Bullschmidt
07-22-2005, 05:30 PM
Updated (corrected) link:

ASP File Upload Using VBScript by John R. Lewis - 7/10/2000
http://aspzone.com/articles/160.aspx