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

Notification

Icon
Error

Options
Go to last post Go to first unread
stevepiercy  
#1 Posted : Tuesday, December 18, 2007 7:27:02 AM(UTC)
stevepiercy

Rank: Member

Groups: Member
Joined: 11/13/2007(UTC)
Posts: 16

From the Java Console:

Aurigma ImageUploader version: 2.5.72.0

(This is a special version that sends correct MIME headers.)

My users with WinXP Internet Explorer 7 with all the latest MS updates are reporting issues with IU. IU loads properly, but when a user clicks the upload button, a window pops up "Upload Files" and stalls. If a user clicks the Cancel button or the close window "X" button in the Upload Files window, nothing happens. Users have to use Alt-F4 to close the main browser window.

On WinXP Firefox 2.0.x IU works just fine. IU also works in Mac OS X 10.4.11 with Safari 3.0.x and Firefox 2.0.x. Unfortunately 75% of my users use WinXP/IE7 so I can't tell them to just use another browser!

Below is a screenshot of the funky window in IE7, and my configuration, with license key removed:

Code:
//<![CDATA[
//Create JavaScript object that will embed Image Uploader to the page.
var iu = new ImageUploaderWriter("ImageUploader1", 620, 400);

//For ActiveX control full path to CAB file (including file name) should be specified.
iu.activeXControlCodeBase = "../ImageUploader4.cab";
iu.activeXControlVersion = "4,5,50,0";
iu.activeXControlEnabled=false;


//For Java applet only path to directory with JAR files should be specified (without file name).
iu.javaAppletCodeBase = "./"; // the applet is in the same directory as the file
iu.javaAppletCached = false;
iu.javaAppletVersion = "2.5.50.0";

//Configure user quota restriction. In real-life application these values should be 
//loaded from server.
iu.addParam("MaxFileCount", "6");
iu.addParam("MaxTotalFileSize", "50331648");

iu.showNonemptyResponse = "off";

//Configure appearance and behaviour.
iu.addParam("PaneLayout", "TwoPanes");
iu.addParam("TreePaneWidth", "205");
iu.addParam("ShowButtons", "False");
iu.addParam("ShowDebugWindow", "true");

//Configure colors.
iu.addParam("BackgroundColor", "#006B95");
iu.addParam("SplitterLineColor", "#0066cc");

//Configure border and splitter line style.
iu.addParam("FolderPaneBorderStyle", "None"); //NOT SUPPORTED IN JAVA
iu.addParam("UploadPaneBorderStyle", "None"); //NOT SUPPORTED IN JAVA
iu.addParam("TreePaneBorderStyle", "None"); //NOT SUPPORTED IN JAVA
iu.addParam("SplitterLineStyle", "Dot"); //NOT SUPPORTED IN JAVA

//Configure Image Uploader to rotate photos automatically 
//according to the orientation stored in EXIF metadata.
iu.addParam("AllowAutoRotate", "true");

//Configure file mask to upload JPEG and TIFF images only.
iu.addParam("FileMask", "*.jpeg;*.jpg;*.jpe;*.tif;*.tiff");

//Set image size restrictions.
iu.addParam("MinImageWidth", "360");
iu.addParam("MinImageHeight", "360");

//Set image filesize restrictions.
iu.addParam("MaxFileSize", "8388608");

//Exclude the source file from upload because only 
//resized versions of the photo will be sent.
iu.addParam("UploadSourceFile", "false");

//Configure settings of the optimized image. Optimized image
//is resized to 1200x1200 with JPEG quality = 60 and EXIF 
//metadata is preserved.
iu.addParam("UploadThumbnail1FitMode", "Fit");
iu.addParam("UploadThumbnail1Width", "1200");
iu.addParam("UploadThumbnail1Height", "1200");
iu.addParam("UploadThumbnail1JpegQuality", "60");
iu.addParam("UploadThumbnail1CopyExif", "true");

//Configure thumbnail settings.
iu.addParam("UploadThumbnail2FitMode", "Fit");
iu.addParam("UploadThumbnail2Width", "200");
iu.addParam("UploadThumbnail2Height", "200");
iu.addParam("UploadThumbnail2JpegQuality", "60");

//Configure upload settings.
iu.addParam("FilesPerOnePackageCount", "1");
iu.addParam("AutoRecoverMaxTriesCount", "10");
iu.addParam("AutoRecoverTimeOut", "10000");

//Configure URL files are uploaded to.
iu.addParam("Action", "upload.lasso");

//Configure URL where to redirect after upload.
iu.addParam("RedirectUrl", "prescreen_results.lasso");

//Add event handlers.
iu.addEventListener("UploadFileCountChange", "ImageUploader_UploadFileCountChange");
iu.addEventListener("ViewChange", "ImageUploader_ViewChange");
iu.fullPageLoadListenerName = "fullPageLoad";

// Add additional data fields to POST
iu.addParam("AdditionalFormName", "Form1");

//Tell Image Uploader writer object to generate all necessary HTML code to embed 
//Image Uploader to the page.
iu.writeHtml();
//]]>

Edited by user Monday, February 25, 2008 3:11:06 PM(UTC)  | Reason: Not specified

stevepiercy attached the following image(s):
file_uploads.JPG
Alex Makhov  
#2 Posted : Wednesday, December 19, 2007 6:21:27 PM(UTC)
Alex Makhov

Rank: Advanced Member

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

Hello Steve,

Sorry for the long delay.

Do you have license for ActiveX version? It would be much better to use ActiveX version of Image Uploader on IE.

Edited by user Monday, February 25, 2008 3:12:22 PM(UTC)  | Reason: Not specified

Sincerely yours,

Alex Makhov

UserPostedImage Follow Aurigma on Twitter!

stevepiercy  
#3 Posted : Thursday, December 20, 2007 5:13:11 AM(UTC)
stevepiercy

Rank: Member

Groups: Member
Joined: 11/13/2007(UTC)
Posts: 16

I purchased a java-only version of IU 4.5 three weeks ago. According to the system requirements, the version I bought should work in IE7 for windows.

Is it just my special bug-fix version that does not work? (version: 2.5.72.0)

If I have to purchase a Dual version of IU, please let me know what would be a fair way to handle it. I also see that IU 5 has just been released, and I would be interested in moving forward with that version.

Also you should change your system requirements to state "Java version does not work in IE7. You must buy the Dual version if you want it to work in both IE7 and Mac OS X." The current system requirements are misleading.

Thank you!

Alex Makhov  
#4 Posted : Thursday, December 20, 2007 9:07:37 PM(UTC)
Alex Makhov

Rank: Advanced Member

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

Hello Steve,

Actually you don't have to buy ActiveX version to use it on IE but there are two reasons to use it:

1) Image Uploader for ActiveX is more stable and fast then the Java version;

2) We have found several differences in Java plug-in implementations for IE and Firefox and as Image Uploader is a complex application which cooperates with these plug-ins, it depends on these implementations. Some things do not work so correctly as we wish when using Image Uploader for Java on IE.

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.