Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
rainbow  
#1 Posted : Wednesday, September 17, 2008 5:20:43 AM(UTC)
rainbow

Rank: Newbie

Groups: Member
Joined: 9/17/2008(UTC)
Posts: 2

Hi All,

I have following setting for file size:

Code:
         iu.addParam("MaxFileSize", "5242880");
         iu.addParam("MaxTotalFileSize", "0");

but if the total size of uploading images is more than 4 MG, I am getting error:

Maximum Request Length Exceeded.

And it display error: Image uploader encounter some problems. If you see this message, contact web master.

If total size of images is less then 4MG, it is working file.

Is there any setting I need to change or server?

Thanks in advance for your help!

Edited by user Friday, September 19, 2008 4:01:32 AM(UTC)  | Reason: Not specified

Fedor  
#2 Posted : Wednesday, September 17, 2008 6:20:17 AM(UTC)
Fedor

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 7/28/2003(UTC)
Posts: 1,660

Thanks: 5 times
Was thanked: 76 time(s) in 74 post(s)
Hello,

Quote:
If total size of images is less then 4MG, it is working file.

Is there any setting I need to change or server?

Yes, exactly, it is server-side problem. If you use ASP.NET then you will find instructions in ASP.NET Samples topic. In short you need modify maxRequestLength key.

If you use another platform then please see Samples by Platforms topic. In your platform samples topic you will find necessary instructions.

Edited by user Tuesday, October 28, 2008 7:06:13 AM(UTC)  | Reason: Not specified

Best regards,

Fedor Skvortsov

rainbow  
#3 Posted : Friday, September 19, 2008 1:25:46 AM(UTC)
rainbow

Rank: Newbie

Groups: Member
Joined: 9/17/2008(UTC)
Posts: 2

Fedor wrote:
Yes, exactly, it is server-side problem. If you use ASP.NET then you will find instructions in ASP.NET Samples topic. In short you need modify maxRequestLength key.

Thanks Fedor for your time and answer.

One more thing, is there any way I can set up the Image uploader as the following:

Client can select as many pictures as they want to upload,

Can I set up in the setting that Aurigma will upload pictures to server one by one?

Thanks,

Rainbow

Edited by user Wednesday, October 29, 2008 12:43:42 PM(UTC)  | Reason: Not specified

Fedor  
#4 Posted : Friday, September 19, 2008 4:01:06 AM(UTC)
Fedor

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 7/28/2003(UTC)
Posts: 1,660

Thanks: 5 times
Was thanked: 76 time(s) in 74 post(s)
Quote:
Can I set up in the setting that Aurigma will upload pictures to server one by one?

You can do it using ImageUploader.FilesPerOnePackageCount Property:

Quote:
iu.addParam("FilesPerOnePackageCount", "-1");

Please see Uploading Files Sequentially And Concurrently topic or more info.

Edited by user Wednesday, October 29, 2008 3:13:38 AM(UTC)  | Reason: Not specified

Best regards,

Fedor Skvortsov

Users browsing this topic
Guest
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.