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

Notification

Icon
Error

Options
Go to last post Go to first unread
sonny  
#1 Posted : Wednesday, March 19, 2008 6:45:14 AM(UTC)
sonny

Rank: Member

Groups: Member
Joined: 9/9/2006(UTC)
Posts: 22

Hi All,

This is a weird problem im facing. Ive set a max num of pics upload to 32. So when i try and upload say just 20 pics it goes thru the motions but doesnt save any of the pics on the server. Without doing anything if i select any 5 of the 20 pics, they upload fine. For testing this issue i set the max filesize to 50MB and it doesnt make a difference.

Im not sure what actually causes this.

Any help is much appreciated.

Thanks

Sonny

thanks in advance,

Sonny

Eugene Kosmin  
#2 Posted : Wednesday, March 19, 2008 1:31:41 PM(UTC)
Eugene Kosmin

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 9/19/2006(UTC)
Posts: 505

Was thanked: 41 time(s) in 41 post(s)
Hello Sonny,

It looks like you are having limitation for maximum POST request. Maybe you will find an answer here FAQ: Upload Problems.

Edited by user Tuesday, October 28, 2008 8:29:16 PM(UTC)  | Reason: Not specified

Best regards,

Eugene Kosmin

The Aurigma Development Team

sonny  
#3 Posted : Wednesday, March 19, 2008 8:36:22 PM(UTC)
sonny

Rank: Member

Groups: Member
Joined: 9/9/2006(UTC)
Posts: 22

thank you Eugene.

Much appreciated. I will try it and update the post.

Thanks again

thanks in advance,

Sonny

Alex Makhov  
#4 Posted : Thursday, March 20, 2008 5:17:04 PM(UTC)
Alex Makhov

Rank: Advanced Member

Groups: Member
Joined: 8/3/2003(UTC)
Posts: 998

We have released Image Uploader 5.1 so you could check it.
Sincerely yours,

Alex Makhov

UserPostedImage Follow Aurigma on Twitter!

sonny  
#5 Posted : Thursday, March 20, 2008 9:18:03 PM(UTC)
sonny

Rank: Member

Groups: Member
Joined: 9/9/2006(UTC)
Posts: 22

Hi,

Thanks for this once i made the changes that Eugene had mentioned it all seemed to work.

@Alex, i cant remember what version i actually have. But you mentioned image uploader 5.1. Has this recently come out? Can i just install this new version without changing my code?

Thanks.

Sonny

thanks in advance,

Sonny

Alex Makhov  
#6 Posted : Tuesday, March 25, 2008 9:10:46 PM(UTC)
Alex Makhov

Rank: Advanced Member

Groups: Member
Joined: 8/3/2003(UTC)
Posts: 998

Hello Sonny,

If you have been using Image Uploader 5.0 before you will just have to put the new ImageUploader5.jar , ImageUploader5.cab and iuembed.js files to your site and also to be completely sure specify the explicit version number like in the following sample:

Code:

var iu = new ImageUploaderWriter("ImageUploader1", 650, 400);
…
iu.activeXControlVersion = "5,1,1,0";
…
iu.javaAppletVersion = "5.1.1.0";

Edited by user Tuesday, March 25, 2008 9:11:21 PM(UTC)  | Reason: Not specified

Sincerely yours,

Alex Makhov

UserPostedImage Follow Aurigma on Twitter!

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.