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
|
|
|
|
Rank: Advanced Member
Groups: Member, Administration, Moderator Joined: 9/19/2006(UTC) Posts: 491
Was thanked: 30 time(s) in 30 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
|
|
|
|
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
|
|
|
|
Rank: Advanced Member
Groups: Member, Administration, Moderator Joined: 9/19/2006(UTC) Posts: 491
Was thanked: 30 time(s) in 30 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
|
|
|
|
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.