Forums

ASP

This topic is locked

PureASPUpload not able to read file size of files.

Posted 24 Nov 2003 23:22:34
1
has voted
24 Nov 2003 23:22:34 corey szames posted:
I am using PureASPUpload 2.16 with one upload field. I have not limited the upload file size or file type. The software works correctly on small files ( under 200 kb ). Above this I get the following error:

Request object error 'ASP 0104:80004005'
Operation not Allowed
incPureUpload.asp, line 39

The line that is sending the error is one that checks the file size of the file being uploaded:

RequestBin = Request.BinaryRead(Request.TotalBytes)

the server script timeout has not expired, but for some reason the script is not able to read the file size of larger files...

any idea how to fix this?


Edited by - cosmic on 24 Nov 2003 23:33:36

Edited by - cosmic on 24 Nov 2003 23:34:57

Replies

Replied 25 Nov 2003 10:22:37
25 Nov 2003 10:22:37 Martha Graham replied:
Please download version 2.17 of Pure ASP Upload. This is the latest version.
What server are you using? For uploading large files check this FAQ:
www.dmxzone.com/go?5424

Martha Graham
DMXzone manager
Replied 25 Nov 2003 19:58:59
25 Nov 2003 19:58:59 corey szames replied:
Thank you that looks to be exactly what the problem is...

I am using your main sponser MaximumASP as my server....

I forwarded them your fix... I couldn't find a way to access the file directly myself using the provided web console.


Edited by - cosmic on 25 Nov 2003 20:00:35

Reply to this topic