Reputation: 684
I'm using devexpress multi-file upload as explained here, with almost exactly the same C#
and ascx
code. My problem is, I need the user to add a description associated with the file being uploaded. I don't know if this is possible.
(Sorry this is probably a "write me the code" question, but a hint is also really appreciated and will help me a lot)
Upvotes: 0
Views: 3345
Reputation: 9300
Check the ASPxUploadControl - How to add additional fields to post information along with the uploaded file sample from the DevExpress forum.
Upvotes: 1