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 |
|
|
|
|
Rank: Advanced Member
Groups: Member, Administration, Moderator Joined: 9/19/2006(UTC) Posts: 491
Was thanked: 30 time(s) in 30 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
|
|
|
|
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 |
|
|
|
|
Rank: Advanced Member
Groups: Member
Joined: 8/3/2003(UTC) Posts: 998
|
We have released Image Uploader 5.1 so you could check it. |
|
|
|
|
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 |
|
|
|
|
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 |
|
|
|
|
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.