Forums

ASP

This topic is locked

PureASPUpload error: "Function returned | "

Posted 17 May 2003 06:49:18
1
has voted
17 May 2003 06:49:18 Buck Sommerkamp posted:
Has anyone experienced a problem with PureASPUpload in line 36?

Request object error 'ASP 0101 : 80004005'

Unexpected error

/ScriptLibrary/incPureUpload.asp, line 36

The function returned |.

Any clues what this means? I'm using the latest version, 2.1.3.

Thanks,
Buck

Replies

Replied 20 May 2003 11:55:26
20 May 2003 11:55:26 Patrick Woldberg replied:
Maybe something is wrong with your server - try restarting it

--------------------------------------------------
Patrick Woldberg
Web Developer at Dynamic Zones
Manager at DMXzone.com
--------------------------------------------------
Replied 29 May 2003 08:01:55
29 May 2003 08:01:55 Ian Fraser replied:
I'm having a problem at the same line of code but it seems to work for some files and not others (using using 2.1.3 with IIS 6 on Win 2003.)

In event log on server: Error at line 36 in incPureupload.asp (which is a binaryread and the error is "Operation not Allowed"

I've been trying to upload image files. Some files upload (smaller ones I think) and some dont (e.g. 350K JPG).

I was wondering if it is a timeout of some sort
Replied 29 May 2003 16:07:39
29 May 2003 16:07:39 Buck Sommerkamp replied:
Ian, I did adjust the timeouts by adding a line to the top of the .ASP page, setting it at 360 seconds (I think the default is either 30 or 60?) because basically the script doesn't "complete" until the file does. I hope this helps.
Replied 03 Jun 2003 12:32:16
03 Jun 2003 12:32:16 Ian Fraser replied:
Thanks for the response...

I tried that to no avail but have managed to find the problem.

IIS 6 has a default setting of "ASPMaxRequestEntityAllowed" as "204800" which seems to limit the uploaded file to 200KB size. Adjusting this upwards sorted the problem. The setting is in the file METABASE.XML in the system32 directory (I haven't found where to adjust it in the various management interfaces so edited with Notepad)

Reply to this topic