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

Notification

Icon
Error

Options
Go to last post Go to first unread
scancafe  
#1 Posted : Thursday, April 24, 2008 3:47:59 AM(UTC)
scancafe

Rank: Newbie

Groups: Member
Joined: 4/24/2008(UTC)
Posts: 4

Hi,

we are using the latest version of Java Image Uploader. It works fine with jpeg files but when we try uploading tiff files, it doesn't generate thumbnails and thats why doesn't upload the .tiff files.

Pl advice.

Regards

ravi

Eugene Kosmin  
#2 Posted : Thursday, April 24, 2008 1:36:01 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 Ravi,

You can use UploadThumbnailCompressionMode property to upload source file when there is no successfully generated thumbnail. For example:

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

In this case original file will be sent when thumbnail generation fails.

Best regards,

Eugene Kosmin

The Aurigma Development Team

scancafe  
#3 Posted : Thursday, April 24, 2008 6:28:53 PM(UTC)
scancafe

Rank: Newbie

Groups: Member
Joined: 4/24/2008(UTC)
Posts: 4

Hi Eugene,

thanks for your help. The tiff is working now with IE 7 but not with Firefox. What can be the issue with Firefox?

Regards

ravi

Eugene Kosmin  
#4 Posted : Thursday, April 24, 2008 7:53:54 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)
Hi Ravi,

Unfortunately image library used by Java Image Uploader has much less abilities than used by ActiveX. Java IU does not support some types of tiff formats.

If you need to get thumbnails likely from TIFF, you should use ActiveX version or send source file through UploadThumbnailCompressionMode property, because completely tiff format support will not be implemented in the nearest future.

Besides, there is a small likelihood that thumbnail generation will fail on ActiveX version too, so the property I mentioned above could be useful anyway.

Best regards,

Eugene Kosmin

The Aurigma Development Team

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.