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

Notification

Icon
Error

Options
Go to last post Go to first unread
jfill  
#1 Posted : Friday, June 23, 2006 3:37:48 AM(UTC)
jfill

Rank: Member

Groups: Member
Joined: 6/23/2006(UTC)
Posts: 1

Hello,

The uploader is working great except I cannot get it to upload the images after I have rotated them. It uploads the image as if I did not rotate it. Any ideas on why this is?

jfill
Fedor  
#2 Posted : Friday, June 23, 2006 3:50:20 PM(UTC)
Fedor

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 7/28/2003(UTC)
Posts: 1,660

Thanks: 5 times
Was thanked: 76 time(s) in 74 post(s)
Image Uploader always sends the source file unchanged. It rotates, resizes, and optimizes the thumbnails only. So you should use the following code to upload the rotated source images:

Code:
iu.addParam("UploadSourceFile", "false");
iu.addParam("EnableRotate", "false");

iu.addParam("UploadThumbnail1FitMode", "ActualSize");
iu.addParam("UploadThumbnail1JpegQuality", "80");

iu.addParam("UploadThumbnail2FitMode", "Fit");
iu.addParam("UploadThumbnail2Width", "640");
iu.addParam("UploadThumbnail2Height", "480");
iu.addParam("UploadThumbnail2JpegQuality", "65");


So way the source images will be uploaded as Thumbnail1_N fields.

Edited by user Monday, February 18, 2008 4:30:32 PM(UTC)  | Reason: Not specified

Best regards,
Fedor Skvortsov
Users browsing this topic
Guest
Similar Topics
Image rotation (Aurigma Up (iOS/Android))
by pre67vw 5/23/2011 1:39:10 PM(UTC)
Source image Rotation (Discussions – ActiveX/Java Uploader)
by kakashka 9/26/2010 1:26:55 AM(UTC)
Image Rotation in Java App problem v6 (Discussions – ActiveX/Java Uploader)
by bdavi19 6/25/2009 3:13:46 AM(UTC)
TIFF image rotation with Ajax BitmapViewer (Discussions – Graphics Mill)
by b.de.vries 11/26/2008 11:37:32 PM(UTC)
IU Image Rotation Doesn't Work (Discussions – ActiveX/Java Uploader)
by hyperlinked 6/7/2008 10:36:05 AM(UTC)
Image rotation - javaAppletVersion = "5.1.10.0" (Discussions – ActiveX/Java Uploader)
by zoomphoto 4/4/2008 12:55:51 PM(UTC)
image rotation java bug? (Image Uploader)
by ievolve 7/20/2005 2:49:00 AM(UTC)
Image rotation (Image Uploader)
by shawno 2/2/2005 6:11:00 PM(UTC)
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.