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

Notification

Icon
Error

Options
Go to last post Go to first unread
knutsford software  
#1 Posted : Monday, June 14, 2010 8:48:22 PM(UTC)
knutsford software

Rank: Newbie

Groups: Member
Joined: 6/10/2010(UTC)
Posts: 6

This is my index page

Code:
<?php				
				$iu = new ImageUploader('ImageUploader1', 650, 250);

				//Configure license keys.
				$iu->setLicenseKey('71060-4440C-00000-0C083-1CB3E;72060-4440C-00000-025C0-F22BF');

				//Configure appearance.
				$iu->setPaneLayout('ThreePanes');
				$iu->setFolderView('Thumbnails');

				$iu->setBackgroundColor('#ffffff');
				$iu->setShowUploadListButtons(true);
				$iu->setButtonRemoveFromUploadListText('');
				$iu->setButtonRemoveAllFromUploadListText('');
				
				$iu->setShowDescriptions(false);
				$iu->setAllowRotate(false);
				$iu->setShowButtons(false);						

				//Hide standard upload pane.
				$iu->setFolderPaneHeight(-1);

				//Configure thumbnail settings.
				$iu->setUploadThumbnail1FitMode('width');
				$iu->setUploadThumbnail1Width(240);				
				$iu->setUploadThumbnail1JpegQuality(60);

				//Configure URL files are uploaded to.
				$iu->setAction('images_mood_upload.php');

				//Configure URL where to redirect after upload.
				$iu->setRedirectUrl('images_mood_confirm.php');

				//Add event handlers.
				$iu->addClientUploadFileCountChange('ImageUploader1_UploadFileCountChange');
				$iu->addClientBeforeUpload('ImageUploader1_BeforeUpload');
				$iu->addClientFullPageLoad('ImageUploader1_FullPageLoad');

				//Configure installation progress.
				$iu->getInstallationProgress()->setVisible(true);
				$iu->getInstallationProgress()->setProgressCssClass("ScreenStyle");
				$iu->getInstallationProgress()->setInstructionsCssClass("ScreenStyle");

				$iu->render();
				
?>

It uploadS OK in IE but then it doesn't redirect to images_mood_confirm.php. Any ideas why? Also it doesn't upload anything in Firefox for some reason

Thanks

Edited by user Monday, June 14, 2010 10:25:24 PM(UTC)  | Reason: Not specified

Tamila  
#2 Posted : Tuesday, June 15, 2010 5:51:29 PM(UTC)
Tamila

Rank: Advanced Member

Groups: Member
Joined: 3/9/2008(UTC)
Posts: 554

Was thanked: 1 time(s) in 1 post(s)
Hi,

I suppose that this problem is concerned with this issue. Please send us additional information as I asked there.

Aurigma Support Team

UserPostedImage Follow Aurigma on Twitter!

shettman  
#3 Posted : Thursday, June 17, 2010 8:02:47 PM(UTC)
shettman

Rank: Newbie

Groups: Member
Joined: 6/15/2010(UTC)
Posts: 2

This is not the solution to it, but its always useful to note:

If you are using Java version of the tool, its always useful to have your java console opened, as this ill tell you where something is going wrong....

Users browsing this topic
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.