Search code examples
c#asp.netdevexpressmultifile-uploader

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)


Solution

  • Check the ASPxUploadControl - How to add additional fields to post information along with the uploaded file sample from the DevExpress forum.