![]() |
Sergey Kornilov admin 3/14/2007 |
Bruce, |
H
|
heets author 3/14/2007 |
The application and the larger upload work fine on the demo server. |
![]() |
Sergey Kornilov admin 3/14/2007 |
Besides swicthing you can try to convince your ISP theyhave a problem that MUST be fixed. |
H
|
heets author 3/16/2007 |
I've been exchanging emails with my hosting company and they have been very responsive. |
W
|
webmaster 11/3/2007 |
Bruce - have you heard back from Sergey since your last reply? I've been exchanging emails with my hosting company and they have been very responsive. I tested my upload with a variety of files and discovered that I can upload files up to 200k in size but above that the upload fails. They insist that uploads up to at least 2mb should work fine. They even went so far as to place a small upload script on my site and when I tested it I was able to upload my larger files. Their upload script looks like this: <HTML> <BODY> <% Set Upload = Server.CreateObject("Persits.Upload.1") Count = Upload.SaveVirtual("\tempupload\") %> <% = Count %> files uploaded. </BODY> </HTML> My script, docs_add.asp uses the WriteToFile command which I understand is also governed by the ASPMaxRequestEntityAllowed parameter. That parameter is obviously not the culprit since the sample upload script works fine. Do you think I need a similar persists statement? Do you have any other suggestions? My script continues to work fine on your demo server. Bruce |
![]() |
Sergey Kornilov admin 11/4/2007 |
Here is the article that explains how to configure web server properly: |