Rank: Member Groups: Member
Joined: 1/9/2009 Posts: 15
|
I need delete the checkbox from the posted files, this checkbox appears when the file is upload and serves to delete or not upload the file checked. But i wan't that checkbox appears, what can i do?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi, In that case you should use some other UI elements (such as DataGrid) to display the uploaded files and remove file list section from the default UI by changing the uploader's LayoutTemplate. This way you can implement whatever logic you would like because the file list is no longer a part of the uploader. A separate AJAXPostedFileList is provided for to help you to maintain the uploaded file list. You can find an example about this control at here: http://demo.essentialobjects.com/Default.aspx?path=AJAXUploader\uploader_filelistThanks!
|