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

Notification

Icon
Error

Options
Go to last post Go to first unread
liorwinston  
#1 Posted : Sunday, March 16, 2008 4:11:32 AM(UTC)
liorwinston

Rank: Newbie

Groups: Member
Joined: 3/15/2008(UTC)
Posts: 1


hello,
In my web site there's a need to upload allot of pictures at a time.
for some reason every once in a while there is an error message which says something like "please contact the web master".
I didnt find any documentation about this error, any clue what should I do?


here are some of the parameters i use

var iu = new ImageUploaderWriter("ImageUploader1", 650, 400);
iu.activeXControlCodeBase= "Aurigma/ImageUploader5.cab";
iu.activeXControlVersion = "5,0,30,0";

iu.javaAppletCodeBase = "Aurigma/";
iu.javaAppletJarFileName = "ImageUploader5.jar";
iu.javaAppletCached = true;
iu.javaAppletVersion = "5.0.30.0";
iu.showNonemptyResponse = "off";
//Configure appearance.
iu.addParam("PaneLayout", "TwoPanes");
iu.addParam("ShowDebugWindow", "true");
iu.addParam("AllowRotate", "true");
iu.addParam("BackgroundColor", "#ccccff");
iu.addParam("TimeOut", "3600000");
//Configure thumbnail settings.
iu.addParam("UploadThumbnail1Width", '<%#PictureUploadKind.PictureUploadWidthT1%>');
iu.addParam("UploadThumbnail1Height", '<%# PictureUploadKind.PictureUploadHeightT1%>');
iu.addParam("UploadThumbnail1JpegQuality", '<%# PictureUploadKind.PictureUploadQualityT1%>');
iu.addParam("UploadThumbnail2Width", '<%# PictureUploadKind.PictureUploadWidthT2%>');
iu.addParam("UploadThumbnail2Height", '<%# PictureUploadKind.PictureUploadHeightT2%>');
iu.addParam("UploadThumbnail2JpegQuality", '<%# PictureUploadKind.PictureUploadQualityT2%>');
iu.addParam("MinImageWidth", '<%# PictureUploadKind.PictureUploadMinWidth%>');
iu.addParam("MinImageHeight", '<%# PictureUploadKind.PictureUploadMinHeight%>');
Eugene Kosmin  
#2 Posted : Sunday, March 16, 2008 3:11:32 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,

1. If you experience a problem with Java version, some useful information could be found in Java console dump.

2. Try to comment Timeout property.

3. You can send files one by one using FilesPerOnePackage propery, in this case connection errors will affect only the current package.

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

Best regards,
Eugene Kosmin
The Aurigma Development Team
Users browsing this topic
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.