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

Notification

Icon
Error

Options
Go to last post Go to first unread
shane_hunziker  
#1 Posted : Tuesday, May 15, 2007 5:53:13 AM(UTC)
shane_hunziker

Rank: Member

Groups: Member
Joined: 1/7/2007(UTC)
Posts: 6

Hi,

In a one-pane layout in ImageUploader 4.1 the thumbnails are not appearing as images but icons in the AdvancedDetails view in IE. Here's my configuration:

Code:
            var iu = new ImageUploaderWriter("ImageUploader1", 600, 400);

            //For ActiveX control full path to CAB file (including file name) should be specified.
            iu.activeXControlCodeBase = "./inc/ImageUploader4.cab";
            iu.activeXClassId = "44A6A9CA-AC5B-4C39-8FE6-17E7D06903A9";
            iu.activeXControlVersion = "4.1.38.0";

            //For Java applet only path to directory with JAR files should be specified (without file name).
            iu.javaAppletCodeBase = "./inc";
            iu.javaAppletCached = true;
            iu.javaAppletVersion = "2.1.55.0";
            iu.javaAppletClassName="com.autotrader.imageuploader.ImageUploader.class";
            iu.javaAppletJarFileName="ImageUploader.jar"

            iu.showNonemptyResponse = "off";

            //Configure appearance.
            iu.addParam("PaneLayout", "OnePane");
            iu.addParam("UploadView", "AdvancedDetails");
            iu.addParam("ListColumnFileNameText", "File");
            iu.addParam("ListColumnFileTypeText", "");
            iu.addParam("ListColumnLastModifiedText", "");
            iu.addParam("AdvancedDetailsPreviewThumbnailSize", "40");
            iu.addParam("ShowButtons", "false");
            iu.addParam("DropFilesHereText", "\n\nStep 1: Click ''Browse for Photos'' or drag and drop photos here from any folder on your computer. \n\n (Hold ''Ctrl'' key down to multi-select photos.) \n\n Step 2: Click ''Start Upload.''");
            iu.addParam("SilentMode", "true");

            //Configure thumbnail settings.
            iu.addParam("UploadSourceFile", "true");
            iu.addParam("UploadThumbnail1FitMode", "Off");

            //Configure miscellaneous settings.
            iu.addParam("ShowDebugWindow", "false");
            iu.addParam("ShowContextMenu", "false")
            iu.addParam("MaxFileCount", "#{mediaBean.numberOfImagesAllowedToUpload}");
            iu.addParam("FileMask", "*.jpg;*.gif;*.zip");

            //Configure messages
            iu.addParam("MessageMaxFileCountExceededText", "#{mediaBean.maxFileCountExceededMessage}");
            iu.addParam("MessageNoResponseFromServerText", "#{copy.uploadErrorMsg}");
            iu.addParam("MessageServerNotFoundText", "#{copy.uploadErrorMsg}");
            iu.addParam("MessageUnexpectedErrorText", "#{copy.uploadErrorMsg}");

            //Configure URL files are uploaded to.
            iu.addParam("Action", "${context}/upload");
            iu.addParam("RedirectUrl", "upload-complete.jsf");

            //License Keys
            iu.addParam("LicenseKey", "#{mediaBean.licenseKeys}");

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

Does anyone have any ideas?

Thanks!

Shane Hunziker

AutoTrader.com

Edited by user Friday, February 22, 2008 3:55:59 PM(UTC)  | Reason: Not specified

Eugene Kosmin  
#2 Posted : Wednesday, May 16, 2007 1:02:56 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)
Hello, Shane.

This bug fix will be available in the nearest release.

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

Best regards,

Eugene Kosmin

The Aurigma Development Team

shane_hunziker  
#3 Posted : Tuesday, May 22, 2007 10:11:15 PM(UTC)
shane_hunziker

Rank: Member

Groups: Member
Joined: 1/7/2007(UTC)
Posts: 6

Great! When do you expect that to be released?

Shane

Eugene Kosmin  
#4 Posted : Wednesday, May 23, 2007 12:46:22 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)
It will be known definitely on the next week but most probable the release will be available in the first days of June.

Edited by user Friday, February 22, 2008 3:54:52 PM(UTC)  | Reason: Not specified

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.