Rank: Member
Groups: Administration
Joined: 8/23/2006(UTC) Posts: 3
|
Hi, we are using ImageUploader version 4,7,16,0 but we tried also with 5.6. We have this strange problem: our website receive images through your component. Sometimes happen that in the Action redirect page I have Request.Files["SourceFile_1"] null and Request.Files.Count = 0. This happen with no apparent similar behaviour....one user reach to upload 1 or 2 images and than the problems appear, the same user retry the upload and reach to upload 4 or 5 images. A lot of user upload files without problems but we have 20 / 25 logs a day of this type. Some users have this problem after 600 images uploaded and other users immediately. We use Multiple Requests Mode and the code is very simple (taken from your Basic demo sample). We use ASP.NET and already change the maxRequestLength, executionTimeout, and aurigma Timeout property. It seems to be indipendent by the browser...I have this problem from Explorer, Firefox and Safari. Have you got some hint for this problem?
|
|
|
|
Rank: Advanced Member
Groups: Member, Administration, Moderator Joined: 7/28/2003(UTC) Posts: 1,659
Thanks: 5 times Was thanked: 76 time(s) in 74 post(s)
|
Hello, Quote:we are using ImageUploader version 4,7,16,0 but we tried also with 5.6. We have this strange problem: our website receive images through your component. Sometimes happen that in the Action redirect page I have Request.Files["SourceFile_1"] null and Request.Files.Count = 0. This happen with no apparent similar behaviour....one user reach to upload 1 or 2 images and than the problems appear, the same user retry the upload and reach to upload 4 or 5 images. A lot of user upload files without problems but we have 20 / 25 logs a day of this type. Some users have this problem after 600 images uploaded and other users immediately. We use Multiple Requests Mode and the code is very simple (taken from your Basic demo sample). We use ASP.NET and already change the maxRequestLength, executionTimeout, and aurigma Timeout property. It seems to be indipendent by the browser...I have this problem from Explorer, Firefox and Safari. Please check whether error occurs in case of sending non multipart/form-data POST request to upload processing page. For example if user or web crawler directly browse http://www.youdomain.com/upload.aspx page, then error can occur in case of improperly request handling. Edited by user Monday, April 27, 2009 8:13:32 PM(UTC)
| Reason: Not specified |
Best regards, Fedor Skvortsov
|
|
|
|
Rank: Member
Groups: Administration
Joined: 8/23/2006(UTC) Posts: 3
|
Hi, Fedor wrote:Hello, Please check whether error occurs in case of sending non multipart/form-data POST request to upload processing page. For example if user or web crawler directly browse http://www.youdomain.com/upload.aspx page, then error can occur in case of improperly request handling. I can't figure out how non multipart/form-data POST request can be sent to the page uplaod.aspx. This page is handled only by aurigma. In theory users can browse to this page but I don't know how (and why) a user during an upload of 300/400 images is going to browse different pages. Regards Edited by user Monday, April 27, 2009 8:59:56 PM(UTC)
| Reason: Not specified
|
|
|
|
Rank: Advanced Member
Groups: Member, Administration, Moderator Joined: 8/3/2003(UTC) Posts: 1,070
Thanks: 1 times Was thanked: 12 time(s) in 12 post(s)
|
Hello, We have fixed the similar problem in Image Uploader 5.7. Please, download the latest version and try it out. |
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.