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

Notification

Icon
Error

Options
Go to last post Go to first unread
JuanLacoste  
#1 Posted : Thursday, May 13, 2010 3:20:50 AM(UTC)
JuanLacoste

Rank: Newbie

Groups: Member
Joined: 5/13/2010(UTC)
Posts: 2

Hi! I´m using ImageUploaderv5.

I have a doubt about this specific topic and I couldn´t find the answer in the online documentation.

Uploading multiple files scenario:

1 - Is there a way to sort the files in two panes layout mode? (in both Java and ActiveX)

2 - Being in that mode I need to sort the files by 'selection check order '. Is that possible? (in both Java and ActiveX)

Thanks!

Ps: forgive my horrible english

Tamila  
#2 Posted : Thursday, May 13, 2010 1:56:09 PM(UTC)
Tamila

Rank: Advanced Member

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

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

Quote:
Is there a way to sort the files in two panes layout mode? (in both Java and ActiveX)
You can do it using FolderPaneSortMode property:

Code:
iu.addParam("FolderPaneSortMode", "Name");

Quote:
Being in that mode I need to sort the files by 'selection check order '. Is that possible? (in both Java and ActiveX)
Unfortunately it is impossible for TwoPanes layout. You can do it using ThreePanes layout only (by default).

Aurigma Support Team

UserPostedImage Follow Aurigma on Twitter!

JuanLacoste  
#3 Posted : Friday, May 14, 2010 12:46:06 AM(UTC)
JuanLacoste

Rank: Newbie

Groups: Member
Joined: 5/13/2010(UTC)
Posts: 2

Thanks for you answer!

The question was about sorting the upload list, not the files showed in the upload pane.

I´ve tried using this property -> http://www.aurigma.com/d...r_UploadPaneSortMode.htm , but it doesn´t seem to work ( even in Activex ).

Is there a way to sort the upload list in two panes layout mode? (in both Java and ActiveX) ?

Being in two panes layout mode I need to sort the upload list by 'selection check order '. Is that possible? (in both Java and ActiveX)

Thanks again!

Tamila  
#4 Posted : Sunday, May 16, 2010 1:29:43 PM(UTC)
Tamila

Rank: Advanced Member

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

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

Let me clarify.

TwoPanes layout does not support 'selection check order'. In this case Image Uploader sends files in order which you see in FolderPane. So, if you use FolderPaneSortMode property, it automatically sorts upload order.

About ThreePane layout. It has UploadPane. So, when you drag and drop files in upload pane, you can set the order for added files manually.

If you have any questions feel free to let us know.

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.