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

Notification

Icon
Error

Options
Go to last post Go to first unread
zonephoto  
#1 Posted : Friday, May 16, 2008 10:15:05 AM(UTC)
zonephoto

Rank: Newbie

Groups: Member
Joined: 5/13/2008(UTC)
Posts: 2

I uploaded an image using the latest version of the Java image uploader straight off the camera and the resize and upload time was very good.

I took that same image did a "Save As" in Photoshop saving as a Jpeg, quality 12, No ICC profile, Baseline, no preview, and the image did not upload correctly. And it took forever.

for this to work for me it must be able to take files saved from Photoshop. I imagine I am not the only one!!

Thanks!

Config below.

******************************

//Create JavaScript object that will embed Image Uploader to the page.

var iu = new ImageUploaderWriter("ImageUploader1", 650, 400);

//For ActiveX control full path to CAB file (including file name) should be specified.

//iu.activeXControlCodeBase = "../ImageUploader4.cab";

//iu.activeXControlVersion = "4,0,47,0";

//For Java applet only path to directory with JAR files should be specified (without file name).

iu.javaAppletJarFileName = "ImageUploader5.jar";

iu.javaAppletCodeBase = "";

iu.javaAppletCached = true;

iu.javaAppletVersion = "5.1.10.0";

iu.activeXControlEnabled=false;

iu.showNonemptyResponse = "off";

//For limit number and type of file allowed.

iu.addParam("LicenseKey", "MY PURCHASED KEY!!!!");

iu.addParam("FileMask", "*.jpg;*.jpeg;");

iu.addParam("MaxFileCount", "<cfoutput>#limit#</cfoutput>");

iu.addParam("UploadSourceFile", "false");

iu.addParam("SilentMode", "false");

//set size limits

//iu.addParam("MaxFileSize", "6097152");

//iu.addParam("FileIsTooLargeText", "Larger then 2MB");

//iu.addParam("MessageMaxFileSizeExceededText", "File size must be smaller than 2MB");

iu.addParam("AllowCmykImages", "false");

//Configure appearance.

iu.addParam("PaneLayout", "OnePane");

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

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

iu.addParam("BackgroundColor", "#ccccff");

iu.addParam("ButtonAddFoldersImageFormat", "false");

iu.addParam("ShowDescriptions", "false");

iu.addParam("ButtonDeselectAllText", "Deselect All");

iu.addParam("BackgroundColor", "#c3daf6");

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

//Configure thumbnail settings. large 700 x 550 small 648 x 432

iu.addParam("UploadThumbnail1FitMode", "Fit");

iu.addParam("UploadThumbnail1Width", "700");

iu.addParam("UploadThumbnail1Height", "550");

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

iu.addParam("UploadThumbnail1ResizeQuality", "High");

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

iu.addParam("UploadThumbnail2FitMode", "Fit");

iu.addParam("UploadThumbnail2Width", "150");

iu.addParam("UploadThumbnail2Height", "150");

iu.addParam("UploadThumbnail2JpegQuality", "80");

iu.addParam("UploadThumbnail2CompressionMode", "*.* = Jpeg");

//Configure upload settings.

iu.addParam("FilesPerOnePackageCount", "1");

iu.addParam("AutoRecoverMaxTriesCount", "5");

iu.addParam("AutoRecoverTimeOut", "10000");

Eugene Kosmin  
#2 Posted : Monday, May 19, 2008 1:16:48 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,

Could you post here the image saved by Photoshop?

I have tried to reproduce and there were no result.

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.