This is a migrated thread and some comments may be shown as answers.

Customize File List in AsyncUpload

1 Answer 96 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Darius
Top achievements
Rank 1
Darius asked on 24 Nov 2017, 12:48 AM
Is there a way to add combox boxes and calendar controls inside the File List of AsyncUpload ? I want a combox box and calendar control to show next to each uploaded file in the list. How to implement this ? And how to access each combo box and calendar control ?

1 Answer, 1 is accepted

Sort by
0
Accepted
Peter
Top achievements
Rank 1
answered on 24 Nov 2017, 09:04 AM

The rows for the uploaded files are created dynamically via JavaScript and that is why server controls cannot be added to the rows. 

What I can suggest you to consider is using hidden fields for storing the values and use some Calendar and Textboxes outside the AsyncUpload to edit the fields. Then you can easily get the values of the hidden fields on the server by following the steps in Adding Information to Uploaded Files.

Tags
AsyncUpload
Asked by
Darius
Top achievements
Rank 1
Answers by
Peter
Top achievements
Rank 1
Share this question
or