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

Notification

Icon
Error

Options
Go to last post Go to first unread
toerfi  
#1 Posted : Tuesday, September 29, 2009 7:19:02 PM(UTC)
toerfi

Rank: Member

Groups: Member
Joined: 6/27/2007(UTC)
Posts: 2

Hi there.

We are using Image Uploader 4.x Java and encountered one small problem.

While uploading images larger in size concerning their resolution it seems these are not uploaded at all.

System shows thumbnails, uploading process runs through completely - no errors - but picture is not shown in the end.

This happens to images larger than 3766 pixel width. smaller ones work well.

I assume this needs to be configured in any of the config files.

Any idea?

Tamila  
#2 Posted : Wednesday, September 30, 2009 1:40:23 PM(UTC)
Tamila

Rank: Advanced Member

Groups: Member
Joined: 3/9/2008(UTC)
Posts: 554

Was thanked: 1 time(s) in 1 post(s)
Hello,

Actually, it is a know problem of Image Uploader 4. This problem is already fixed in Image Uploader 6.

Anyway, as workaround you can use CompressionMode property and send source file if thumbnails is not created:

Code:
iu.addParam("UploadThumbnail1CompressionMode", "*.* = SourceFile");

Aurigma Support Team

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.