|
Rank: Advanced Member Groups: Member
Joined: 7/25/2007 Posts: 34
|
Good Afertnoon.
I have some questions about AjaxUploader
1) I need to upload only one file using AjaxUploader and not as many as i want to, like it does with the defaulting settings. how can i prevent it?
2) on my webform i have also several other controls, like textboxes and one AjaxUploader control. How can i upload the files and submit the values of the textboxes, using a single submit button?
Thanks.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
As for your questions:
1. Check MaxFileCount property;
2. That's the default behavior. There is nothing special you need to do.
Thanks
|
|
Rank: Advanced Member Groups: Member
Joined: 7/25/2007 Posts: 34
|
Good afternoon
1) there isn't any property with the MaxFileCount name
2) i wanted to upload the files and at the same time put the values of the textboxes on the database. As like it is, o have to sibit the files first and then click on other submitt form to manage the texboxes.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Check your version. MaxFileCount was added recently. For the second question, look for AutoPostBack. It is also a property that was recently added.
|
|