Yalda
Yalda

Reputation: 684

ASPxUploadControl: How to make the user add description to a file being uploaded?

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

Answers (1)

Mikhail
Mikhail

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

Related Questions