I found a file called Upload.asp from the www.aspin.com web site:
'' File: Upload.asp
'' Author: Jacob "Beezle" Gilley
'' Email: av***@airmail.net
'' Date: 12/07/2000
I emailed the author, but got no response.
My problem is that it does not appear to support files larger than
around 250k in size.
I am getting the following error:
Request object error 'ASP 0104 : 80004005'
Operation not Allowed
/upload.asp, line 47
Line 47 has this:
biData = Request.BinaryRead(Request.TotalBytes)
Apparently "Request.BinaryRead" has a maximum size limit.
Does anyone have a more up to date version of this that works with large
files?
Thanks!
--Dave