Forums

This topic is locked

Pure ASP File Upload 2.1.3 - file size

Posted 19 Jun 2003 13:52:33
1
has voted
19 Jun 2003 13:52:33 Åge Fossum posted:
I'm using Pure ASP File Upload 2.1.3 for file uploading on several pages, and it all works very fine.
But there is one problem: when uploading files with size more than about 8 MB it won’t work. After a few seconds this occurs “?GP_upload=true” and page will not load.
Someone got a clue (of what to do)?

Best Regards Åge Fossum, Norway

Replies

Replied 19 Jun 2003 19:37:47
19 Jun 2003 19:37:47 Jeremy Conn replied:
Try setting your page refresh time longer... the page is probably timing out, not the upload itself.

Place the following code into the head of your document:
<b>&lt;meta http-equiv="refresh" content="60000"&gt;</b>

*NOTE: Content is the page refresh time in seconds... so you should set it very big for large uploads.*

<b>Connman21</b>
www.conncreativemedia.com
<b>DEVELOPMENT SETUP</b>
DW MX Studio
Web Server: IIS5
DB: Access2000/SQL2000
OS: XP Pro
Language: ASP/VB
Replied 20 Jun 2003 09:32:23
20 Jun 2003 09:32:23 Åge Fossum replied:
Hi connman21, and thanks for answering me!
Did try it out, but the same occurred again: EndreVideoDet.asp?AnnID=1&GP_upload=true” and page couldn’t load. Just took a couple of seconds. About 8 MB seems to be a limit . . .
I’m using templates on my pages, but I also tried it on a “clean” page without a template.

Best Regards Åge Fossum, Norway
Replied 20 Jun 2003 12:20:16
20 Jun 2003 12:20:16 Patrick Woldberg replied:
Which server do you use?

If you use IIS6 which is included with Windows 2003 server, there are some extra security settings.

go to c:\windows\system32\inetsvr
edit in metabase.xml
find the line "AspMaxRequestEntityAllowed" and change the value to "1073741824".


--------------------------------------------------
Patrick Woldberg
Web Developer at Dynamic Zones
Manager at DMXzone.com
--------------------------------------------------
Replied 20 Jun 2003 19:28:28
20 Jun 2003 19:28:28 Jeremy Conn replied:
Are you only having this problem with 8 MB+ uploads, meaning you don't have any problems with smaller sizes?

Did you set a file size limit in the PureASP Upload Extension? Check by clicking on it in the Server Behaviours panel...

<b>Connman21</b>
www.conncreativemedia.com
<b>DEVELOPMENT SETUP</b>
DW MX Studio
Web Server: IIS5
DB: Access2000/SQL2000
OS: XP Pro
Language: ASP/VB
Replied 23 Jun 2003 08:21:14
23 Jun 2003 08:21:14 Åge Fossum replied:
Hi pwoldberg, and thank you for answering me!
I'm asking my ISP what server is being used. I don’t think it's the Windows 2003 server, IIS6. They just recently started using it.
I did try uploading such a large file (above 8 MB) on a different server (the same ISP), and it did go well.

Best Regards Åge Fossum, Norway
Replied 23 Jun 2003 08:24:59
23 Jun 2003 08:24:59 Åge Fossum replied:
Hi connman21, and thank you for answering me!
- No problems with smaller files. Did try both a very large size limit and none (blank).

Best Regards Åge Fossum, Norway


Edited by - agfossum on 23 Jun 2003 08:26:05
Replied 13 Aug 2003 12:30:21
13 Aug 2003 12:30:21 Boris Boy replied:
Hello I am getting an error, when trying to upload pics larger than 4 MB.

The error says:
Anforderungsobjekt- Fehler 'ASP 0101 : 80004005'

Uenexspected error

/admin/bild_neu.asp, line 29

The function has returned |.


Line 29 is

RequestBin = Request.BinaryRead(Request.TotalBytes)

Boris Boy

BTW. I am using Version: 2.0.9

Edited by - Boris Boy on 13 Aug 2003 12:31:54
Replied 13 Aug 2003 15:08:58
13 Aug 2003 15:08:58 Patrick Woldberg replied:
Did you allready check all that is mentioned above? It gives several solutions

--------------------------------------------------
Patrick Woldberg
Web Developer at Dynamic Zones
Manager at DMXzone.com
--------------------------------------------------
Replied 13 Aug 2003 17:35:31
13 Aug 2003 17:35:31 Boris Boy replied:
Yes i did.

I tried the follwoing:
1.) &lt;meta http-equiv="refresh" content="60000"&gt;

2.) IIS6 / Windows 2003 server - Not applicable, since i run on w2000 IIS 5.0

3.) file size has no value





Boris Boy

Reply to this topic