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

Notification

Icon
Error

Options
Go to last post Go to first unread
karlito  
#1 Posted : Friday, March 14, 2008 7:55:50 PM(UTC)
karlito

Rank: Newbie

Groups: Member
Joined: 12/28/2007(UTC)
Posts: 1

How would I change radio buttons behavior to deselect previous photo when selecting a new one , right now when I select the second photo all I get is the message that only one photo is allowed to be selected for upload. The current behavior make sense only with checkboxes but not radio buttons...

Edited by user Friday, March 14, 2008 7:56:22 PM(UTC)  | Reason: Not specified

Eugene Kosmin  
#2 Posted : Sunday, March 16, 2008 4:44:28 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,

I believe you are using code like this:

Code:
iu.addParam("AllowMultipleSelection", "false");
iu.addParam("MaxFileCount", "1");

Try to remove MaxFileCount property setter, there should not be any message in this case.

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.