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

Notification

Icon
Error

Options
Go to last post Go to first unread
WiredEyes  
#1 Posted : Thursday, March 5, 2009 9:23:34 PM(UTC)
WiredEyes

Rank: Member

Groups: Member
Joined: 7/26/2006(UTC)
Posts: 6

Just testing a change to our upload scripts.

We are now uploading 2 thumbnails (thumbnail 1 as the source) with the following settings.

iu.addParam("UploadSourceFile", "false");

iu.addParam("UploadThumbnail1FitMode", "fit");
iu.addParam("UploadThumbnail1Width", "2550");
iu.addParam("UploadThumbnail1Height", "2550");
iu.addParam("UploadThumbnail1JpegQuality", "90");

iu.addParam("UploadThumbnail2FitMode", "fit");
iu.addParam("UploadThumbnail2Width", "250");
iu.addParam("UploadThumbnail2Height", "250");
iu.addParam("UploadThumbnail2JpegQuality", "60");

The activex seems to be working fine but the java applet is uploading an ICON for thumbnail1 but only if it has to re-size the image (images under the max size are uploaded fine).

Thumbnail2 seems o be working fine.
Dmitry  
#2 Posted : Monday, March 9, 2009 2:17:00 PM(UTC)
Dmitry

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,

This behaviour is caused by memory limitation of Java machine. Java has about 64mb of memory that can be allocated by applets. If you upload big thumbnails, it can cause “out of memory”. When this problem occures Image Uploader uploads icon instead of thumbnail.

We are reimplemeting image management module of Image Uploader and plan to get rid of this problem in version 6.
Sincerely yours,
Dmitry Sevostyanov

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.