Aurigma Forums
»
Legacy Products
»
Archive
»
Image Uploader
»
Randomly resized uploads using Java version of the uploader
Rank: Member
Groups: Member
Joined: 1/2/2007(UTC) Posts: 2
|
Images are randomly resized to 'Fit' 100X100 and 160X160 for no apparent reason. This happens about 10% of the time, and I'm not sure if it's from the Java uploader or my PHP processing script. I'm pretty sure it's not the PHP script since I have no settings for 100 or 160.
Any help would be appreciated.
|
|
|
|
Rank: Advanced Member
Groups: Joined: 7/26/2006(UTC) Posts: 203
|
Hello, Does this problem have place with our Online Demo? Edited by user Friday, February 22, 2008 3:15:37 PM(UTC)
| Reason: Not specified |
Best regards, George Ulyanov
|
|
|
|
Rank: Member
Groups: Joined: 4/19/2007(UTC) Posts: 4
|
I have a similar problem with the java uploader. Some pictures are uploaded sometimes fine and some other time are resized to a 100x66 or 100x65 pixels thumbnail. I really have no idea how that can happen. Here is my configuration : Code:iu.addParam("EnableAutoRotate", "false");
iu.addParam("AllowRotate", "false");
iu.addParam("PreviewThumbnailSize", "70");
//Exclude the source file from upload because only
//resized versions of the photo will be sent.
iu.addParam("UploadSourceFile", "false");
iu.addParam("MinImageWidth", "300");
iu.addParam("MinImageHeight", "300");
iu.addParam("MaxImageWidth", "8100");
iu.addParam("MaxImageHeight", "8100");
iu.addParam("UploadThumbnail1FitMode", "ActualSize");
iu.addParam("UploadThumbnail1JpegQuality", "90");
iu.addParam("UploadSourceFile", "false");
iu.addParam("UploadThumbnail1CopyExif", "true");
iu.addParam("FilesPerOnePackageCount", "1");
Edited by user Friday, February 22, 2008 3:16:00 PM(UTC)
| Reason: Not specified
|
|
|
|
Rank: Advanced Member
Groups: Joined: 8/3/2003(UTC) Posts: 998
|
Hello, There was such bug in previous versions of Image Uploader for Java. Which version do you encounter this problem with? Try to upgrade to the last version. If it does not help, please, send us the problem images (the original ones). Edited by user Friday, February 22, 2008 3:16:23 PM(UTC)
| Reason: Not specified |
|
|
|
|
Rank: Member
Groups: Joined: 4/19/2007(UTC) Posts: 4
|
Hello, my version is : Implementation-Version: 2.1.30.0 I have no particular image to show you because the problem is not always there. It seems to happen when the client machine is a little bit loaded. My java version is : Java Plug-in 1.6.0 Utilisation de la version JRE 1.6.0 Java HotSpot(TM) Client VM I kept the java console when there was the problem : Code:Aurigma ImageUploader version: 2.1.30.0
Current document URL: http://www.xxx.com/upload/index_aurigma.cfm#
Reading cookies
Cookies: __utmz=180106163.1175261050.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none); __utma=180106163.799383494.1175261050.1177003922.1177018156.7; CFID=1756073; MAX=20; CFTOKEN=71814464; __utmb=180106163; __utmc=180106163
Reading referer
Referer: http://www.xxx.com/upload/index_aurigma.cfm#
Exception in thread "Thread-223" java.lang.OutOfMemoryError: Java heap space
Reading additional form content
Uploading to http://upload.xxx.com/xxx/aurigmaActivexUpload.cfm?CFID=1756073&CFTOKEN=71814464&r=46808&idclient=1265524&sessionIdUpload=1756073718144643096297&module=1
Setting HTTP params: Host=upload.xxx.com
Total garbage collection started.
Starting upload
19 avr. 2007 23:57:11 org.apache.commons.httpclient.HttpMethodBase readResponse
INFO: Discarding unexpected response: HTTP/1.1 100 Continue
Status =[200]
19 avr. 2007 23:57:12 org.apache.commons.httpclient.HttpMethodBase getResponseBody
ATTENTION: Going to buffer response body of large or unknown size. Using getResponseBodyAsStream instead is recommended.
Upload complete. Result page:
EndOf Result page
Edited by user Tuesday, December 18, 2007 4:01:27 AM(UTC)
| Reason: Not specified
|
|
|
|
Rank: Member
Groups: Joined: 4/19/2007(UTC) Posts: 4
|
Hello,
If you wish I can send you some photos that gave the problem via private mail.
Thank you,
|
|
|
|
Rank: Advanced Member
Groups: Joined: 8/3/2003(UTC) Posts: 998
|
Hello,
Try to change the UploadThumbnailXXResizeQuality. Possible values are "High" and "Medium". |
|
|
|
|
Rank: Member
Groups: Joined: 4/19/2007(UTC) Posts: 4
|
Hello,
I have set the UploadThumbnail1ResizeQuality to High and the problem still occurs. Do you have any other idea please ?
thank you,
|
|
|
|
Rank: Advanced Member
Groups: Joined: 8/3/2003(UTC) Posts: 998
|
Hello,
We have implemented the ability to send the original file instead of icon in case of thumbnail generation fail. This version will soon be available so you could use it to avoid your problems. |
|
|
|
|
Aurigma Forums
»
Legacy Products
»
Archive
»
Image Uploader
»
Randomly resized uploads using Java version of the uploader
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.