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

Notification

Icon
Error

Options
Go to last post Go to first unread
jacob  
#1 Posted : Tuesday, May 17, 2011 11:58:16 PM(UTC)
jacob

Rank: Member

Groups: Member
Joined: 12/13/2010(UTC)
Posts: 16

Thanks: 1 times
Hello,

I'm about to upgrade to 7.0.28.1 from 7.0.15.0 but I've descoverd some issues.

First of all I think the new version initializes a lot slower both in IE8 and IE9. Can this be fixed in some way?

Second, I change "dropFilesHereText" with the "initComplete" event but in the new version this text doesn't update until I move my mouse over the applet.

These errors occur in the following systems/browsers:

Windows XP

- IE 8

Windowsx Vista

- IE 9

Windows 7

- IE 9

If you want I'll attach my current settings.

Dmitry.Obukhov  
#2 Posted : Wednesday, May 18, 2011 2:06:57 AM(UTC)
Dmitry.Obukhov

Rank: Advanced Member

Groups: Member
Joined: 5/29/2010(UTC)
Posts: 1,310

Thanks: 8 times
Was thanked: 111 time(s) in 111 post(s)
Hello Jacob,

Sure, please provide me with code snippet of Image Uploader settings. Also, it would be great if you give me an access to Image Uploader page (login/password if any). I will check it myself.

Best regards,

Dmitry Obukhov

Technical Support. Aurigma, Inc.

jacob  
#3 Posted : Wednesday, May 18, 2011 2:10:00 AM(UTC)
jacob

Rank: Member

Groups: Member
Joined: 12/13/2010(UTC)
Posts: 16

Thanks: 1 times
Dmitry.Obukhov wrote:
Sure, please provide me with code snippet of Image Uploader settings.

Code:
var u = $au.uploader({
	id: 'imageupload',
	width: '780px',
	height: '400px',
	paneLayout: 'OnePane',
	licenseKey: '***',
	enableStatusPane: true,
	uploadButtonText: 'Ladda upp',
	enableFileViewer: false,
	enableImageEditor: false,
	enableDescriptionEditor: false,
	enableRotation: false,
	enableAutoRotation: true,
	uploadButtonImageFormat: 'width=89;height=28;UrlNormal=images/buttonLaddaUpp.gif;UrlDisabled=images/buttonLaddaUppInactive.png;',
	activeXControl: {
		codeBase: "activex/ImageUploader7.cab",
		codeBase64: "activex/ImageUploader7_x64.cab"
	},
	javaControl: {
		codeBase: "activex/imageuploaderactivex.jar"
	},
	uploadSettings: {
		actionUrl: "http://upload.domain.com",
		redirectUrl: "/page/",
		filesPerPackage: 1
	},
	converters: [
		{ mode: '*.*=SourceFile' }
	],
	statusPane: {
		filesToUploadText: "Du har valt [count] bild(er)",
		noFilesToUploadText: "Klicka på Välj bilder eller dra bilder hit",
		clearAllHyperlinkText: "Ta bort alla bilder"
	},
	uploadPane: {
		dropFilesHereText: 'Laddar, vänta...'
	},
	events: {
		initComplete: [function() {
			u.uploadPane().dropFilesHereText("Klicka på Välj bilder eller dra dina bilder hit..."); 
			$('uploadControls').show();
			$('uploadfolder-p').show();
		}],
		uploadFileCountChange: [function() {	
			var value = $("imageupload").getUploadFileCount();
			if (value == 0) {
				$("uploadBtn").setOpacity(0.5);
				$("uploadBtn").className = '';
				$('uploadBtn').stopObserving();
			}
			else {
				$("uploadBtn").setOpacity(1.0);
				$("uploadBtn").className = 'actAsLink';
				$('uploadBtn').observe('click', function() {
					imageupload.upload();
				});
			}
			
			if(value > 150) {
				$('errorMsg2').show();
			}else {
				$('errorMsg2').hide();
			}
		}]
	},
	restrictions: {
		maxFileCount: 500,
		maxFileSize: 20971520,
		minFileSize: 51200,
		minImageHeight: 200,
		minImageWidth: 200,
		fileMask: "*.jpg;*.jpeg"
	},
	uploadProgressDialog: {
		titleText: "Laddar upp bilder",
		preparingText: "Förbereder bilder för uppladdning",
		estimationText: "Uppskattad tid kvar: [time]",
		cancelUploadButtonText: "Avbryt",
		hideButtonText: "Göm ruta",
		infoText: "Uppladdade filer: [files]/[totalFiles] ([bytes] av [totalBytes])",
		hoursText: "timmar",
		minutesText: "minuter",
		secondsText: "sekunder"
	},
	addFilesProgressDialog: {
		titleText: "Läser in bilder",
		waitText: "Var god vänta...",
		currentFileText: "Läser in bilden: [name]",
		totalFilesText: "Antal inlästa bilder: [count]",
		cancelButtonText: "Avbryt"
	},
	informationBar: {
		errorColor: "#eeeeee",
		messageColor: "#eeeeee",
		warningColor: "#eeeeee"
	},
	messages: {
		uploadCancelled: "Uppladdningen avslutad",
		uploadCompleted: "Uppladdningen avklarad",
		uploadFailed: "Uppladdningen misslyckad",
		dimensionsTooSmall: "Bilden är för lågupplöst för att ladda upp",
		fileSizeTooSmall: "Bilden är för lågupplöst för att ladda upp"
	},
	converters: [

		{ mode: '*.*=SourceFile' }

	]
});
Dmitry.Obukhov  
#4 Posted : Wednesday, May 18, 2011 7:13:59 PM(UTC)
Dmitry.Obukhov

Rank: Advanced Member

Groups: Member
Joined: 5/29/2010(UTC)
Posts: 1,310

Thanks: 8 times
Was thanked: 111 time(s) in 111 post(s)
Hello Jacob,

Thank you for your code snippet. I created simple application with Image Uploader based on your code, and checked it. Here are my results:

1.

Quote:
First of all I think the new version initializes a lot slower both in IE8 and IE9.

I tested my samples with 7.0.15 and 7.0.28.1 versions. Unfortunately, I could not note any difference in initializing process of these both releases. I checked them in IE 9 on Windows 7.

2.

Quote:
Second, I change "dropFilesHereText" with the "initComplete" event but in the new version this text doesn't update until I move my mouse over the applet.

I could not replicate this problem too. When I opened the page with Image Uploader in IE 9, I got upload pane with "Laddar vanta..." message. In a second, the message became: "Klicka pa Valj bilder eller dra dina bilder hit..." as it was set in the InitComplete event.

If you provide me with a link to your site with Uploader, I would be able to test the above problems. You are able to submit new support ticket to post login/password.

Edited by user Wednesday, May 18, 2011 7:17:08 PM(UTC)  | Reason: Not specified

Best regards,

Dmitry Obukhov

Technical Support. Aurigma, Inc.

jacob  
#5 Posted : Monday, May 23, 2011 5:15:26 AM(UTC)
jacob

Rank: Member

Groups: Member
Joined: 12/13/2010(UTC)
Posts: 16

Thanks: 1 times
Thank you for your answer.

"Laddar vanta..." shows without problem but it doesn't update to "Klicka pa Valj bilder eller dra dina bilder hit..." before I move my mouse over the application.

Dmitry.Obukhov  
#6 Posted : Monday, May 23, 2011 11:34:34 PM(UTC)
Dmitry.Obukhov

Rank: Advanced Member

Groups: Member
Joined: 5/29/2010(UTC)
Posts: 1,310

Thanks: 8 times
Was thanked: 111 time(s) in 111 post(s)
Hello Jacob,

Quote:
If you provide me with a link to your site with Uploader, I would be able to test the above problems. You are able to submit new support ticket to post login/password.
Best regards,

Dmitry Obukhov

Technical Support. Aurigma, Inc.

jacob  
#7 Posted : Tuesday, May 24, 2011 4:52:41 AM(UTC)
jacob

Rank: Member

Groups: Member
Joined: 12/13/2010(UTC)
Posts: 16

Thanks: 1 times
I can do it in a private ticket - I don't like to show usernames/passwords public.

Edited by user Tuesday, May 24, 2011 5:01:45 AM(UTC)  | Reason: Not specified

Dmitry.Obukhov  
#8 Posted : Wednesday, May 25, 2011 2:45:45 AM(UTC)
Dmitry.Obukhov

Rank: Advanced Member

Groups: Member
Joined: 5/29/2010(UTC)
Posts: 1,310

Thanks: 8 times
Was thanked: 111 time(s) in 111 post(s)
Sure, please submit new support case: http://www.aurigma.com/MyAurigma/CreateCase.aspx

It will be available for Aurigma support team and you only.

Best regards,

Dmitry Obukhov

Technical Support. Aurigma, Inc.

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.