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

Notification

Icon
Error

Options
Go to last post Go to first unread
dorisf  
#1 Posted : Monday, November 30, 2009 1:00:18 PM(UTC)
dorisf

Rank: Member

Groups: Member
Joined: 1/12/2009(UTC)
Posts: 11

I use

ImageUploader5 - 5,7,24,0

and I just noticed one thing ...

After I select several images from my directory to upload, press Send ..

There are 2 dialogs that appear ..

The first one: in addition to showing uploading information, contains a checkbox to the text "Close this dialog box when upload completes" that allows the uploader to switch off while the upload is happening.

The thing that I noticed is that: if this is switched off - and the dialog doesnt automatically close when the second dialog "Upload Complete" is closed .. the auto Redirect doesnt happen -> once this first dialog is manually closed.

Questions:

1. Why does the Redirect Not Happen? (

iu.addParam(\"RedirectUrl\", \"xxx-xxx-Upload.aspx?showjs=step2&galid=" + GalId + "\");" + "\n";)

2. Can I disable this checkbox - so that a given uploader .. cant switch it off .. and therefore the Redirect will always happen?

Sincerely,

Doris.

Tamila  
#2 Posted : Monday, November 30, 2009 2:41:37 PM(UTC)
Tamila

Rank: Advanced Member

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

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

I just tried to reproduce your problem but redirect worked correctly. Also you need to correct your code in following way:

Code:
iu.addParam("RedirectUrl", "xxx-xxx-Upload.aspx?showjs=step2&galid=" + GalId);

To disable checkbox you need to use this code:

Code:
iu.addParam("ProgressDialogCloseWhenUploadCompletesText", "");

Aurigma Support Team

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.