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

Notification

Icon
Error

Options
Go to last post Go to first unread
sergeim  
#1 Posted : Thursday, February 8, 2007 6:19:31 AM(UTC)
sergeim

Rank: Member

Groups: Member
Joined: 2/8/2007(UTC)
Posts: 10

Hello.. I'm using the latest dual ActiveX/Java ImageUploader to resize large images before the upload (4.1.1 for ActiveX and 2.1.1 for Java i believe). Here're my default uploader settings:

Code:
iu.addParam("UploadSourceFile","false");
iu.addParam("UploadThumbnail1FitMode",1);
iu.addParam("UploadThumbnail1Width",2048);
iu.addParam("UploadThumbnail1Height",2048);
iu.addParam("UploadThumbnail1JpegQuality",70);
iu.addParam("UploadThumbnail1CompressOversizedOnly","false");

The problem is that UploadThumbnail1JpegQuality doesn't seem to materr when it resizes/recompresses images in the IE (btw, i'm using IE 7.0 for my tests) although it does in FireFox in Java mode. Even if i set it like iu.addParam("UploadThumbnail1JpegQuality","50"); images uploaded via IE are still large and there's no impact on their size no matter what value i set for the UploadThumbnail1JpegQuality .

It happens in ActiveX mode only in case of large images, like 2000x1500 pixels in size.

Edited by user Tuesday, December 18, 2007 4:57:10 PM(UTC)  | Reason: Not specified

inkFrog Inc.
Alex Makhov  
#2 Posted : Thursday, February 8, 2007 9:10:17 PM(UTC)
Alex Makhov

Rank: Advanced Member

Groups: Member
Joined: 8/3/2003(UTC)
Posts: 998

Hello,

Image Uploader foe ActiveX uploads original files instead of thumbnail if all of the following conditions are met:

-the size of thumbnail is larger or equal to the original

-the image is not rotated (angle=0)

Try to set the UploadThumbnail1CompressOversizedOnly property value to True.

Sincerely yours,

Alex Makhov

UserPostedImage Follow Aurigma on Twitter!

sergeim  
#3 Posted : Thursday, February 22, 2007 2:27:55 AM(UTC)
sergeim

Rank: Member

Groups: Member
Joined: 2/8/2007(UTC)
Posts: 10

Tut estj problema s etoj opciej.. Problema v tom 4to

iu.addParam("UploadThumbnail1CompressOversizedOnly","true");

ne rabotaet v Java versii Dual Uploadera. V IE pod ActiveX - vse normalno - thumbnaili ne recompress'atsa esli oni ne podpadajut po resolution, vishe kotorogo delaetsa resize a v Java versii kak UploadThumbnail1CompressOversizedOnly ne stavj true/false ili voobshe nikak vse ravno budut recompressitsa.

I eshe.. u moego kollegi s tem zhe Dual Uploaderom problema v plane raboti s HTTPS v ActiveX.. rabotaet li vash Image Uploader (ActiveX versija) s HTTPS?

inkFrog Inc.
Alex Makhov  
#4 Posted : Sunday, February 25, 2007 5:55:57 PM(UTC)
Alex Makhov

Rank: Advanced Member

Groups: Member
Joined: 8/3/2003(UTC)
Posts: 998

Hello,

Java version of Image Uploader recompresses images any way.

There were some changes made to make Image Uploader for ActiveX working with HTTPS properly. The fixed version (4.1.21.0) is available to be downloaded from our site.

Sincerely yours,

Alex Makhov

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.