|
|
Rank: Member Groups: Member
Joined: 4/4/2008 Posts: 11 Points: 33
|
I just purchased the Java version of this software today, and so far, the implementation has gone well. One issue I have, is that even with AllowAutoRotate on, not all images which show as rotated in the drag-n-drop area, actually end up rotated as a file on the server. Here are my settings: Code:
iu.addParam("PaneLayout", "ThreePanes");
iu.addParam("ShowDebugWindow", "true");
iu.addParam("ShowDescriptions", "false");
iu.addParam("BackgroundColor", "#ffffff");
iu.addParam("AllowAutoRotate", "true");
iu.addParam("AdditionalFormName", "Form1");
iu.addParam("FileMask", "*.jpeg;*.jpg;*.jpe");
iu.addParam("MinImageWidth", "360");
iu.addParam("MinImageHeight", "360");
iu.addParam("UploadSourceFile", "false");
iu.addParam("UploadThumbnail1FitMode", "Fit");
iu.addParam("UploadThumbnail1Width", "800");
iu.addParam("UploadThumbnail1Height", "800");
iu.addParam("UploadThumbnail1JpegQuality", "80");
iu.addParam("UploadThumbnail1CopyExif", "true");
iu.addParam("UploadThumbnail2FitMode", "Fit");
iu.addParam("UploadThumbnail2Width", "640");
iu.addParam("UploadThumbnail2Height", "640");
iu.addParam("UploadThumbnail2JpegQuality", "80");
iu.addParam("UploadThumbnail3FitMode", "Fit");
iu.addParam("UploadThumbnail3Width", "150");
iu.addParam("UploadThumbnail3Height", "150");
iu.addParam("UploadThumbnail3JpegQuality", "60");
iu.addParam("Action", "http:
iu.addEventListener("UploadFileCountChange", "ImageUploader_UploadFileCountChange");
iu.addEventListener("Progress", "ImageUploader_Progress");
Some images do rotate as a file on the server, others do not... files are from the same camera, and both have complete EXIF. Both show as rotated properly in the Java window... Please help! Thanks, Joe
|
|
 Rank: Advanced Member Groups: Member
Joined: 8/3/2003 Posts: 996 Points: 1
|
Hello Joe, That's strange. Could you submit case with problem photos to test? Actually yesterday we have found another bug with rotation in Java version and these two bugs could correspond.
Sincerely yours, Alex Makhov
|
|
Rank: Member Groups: Member
Joined: 4/4/2008 Posts: 11 Points: 33
|
Alex Makhov wrote:Hello Joe,
That's strange. Could you submit case with problem photos to test? Actually yesterday we have found another bug with rotation in Java version and these two bugs could correspond. Sure, photos are on the way.
|
|
Rank: Member Groups: Member
Joined: 4/4/2008 Posts: 11 Points: 33
|
Did you get the images?
|
|
Rank: Member Groups: Member
Joined: 4/4/2008 Posts: 11 Points: 33
|
Alex, did you receive my files?
|
|
Rank: Member Groups: Member
Joined: 11/9/2006 Posts: 1 Points: 3
|
Hello,
Yes, the fix will be available shortly.
|
|
Rank: Newbie Groups: Member
Joined: 6/13/2008 Posts: 5 Points: 15
|
Hi,
I am also getting the same problem with IU Java version, the files are saved on the server without rotation.
The image uploader version is 5.1.10.0.
Please let me know the solution ASAP.
Regards, grouphutdev
|
|
Rank: Advanced Member Groups: Administration
, Member
Joined: 8/3/2003 Posts: 586 Points: 588
|
Hello,
This problem will be solved in the upcoming version 5.5. This new version will be available in a month.
Sincerely yours, Dmitry Sevostyanov.
|
|
Rank: Member Groups: Member
Joined: 4/4/2008 Posts: 11 Points: 33
|
Dmitry wrote:Hello,
This problem will be solved in the upcoming version 5.5. This new version will be available in a month. Do we get that version for no cost? Since this one has never really worked, I would like if I could get the upgrade sent to me ASAP! Thanks, Joe
|
|
Rank: Advanced Member Groups: Administration
, Member
Joined: 8/3/2003 Posts: 586 Points: 588
|
As you purchased Image Uploader Java 5, minor update to 5.5 will be free.
Sincerely yours, Dmitry Sevostyanov.
|
|
|
Guest |