Using Domain Components, how can I use the type FileData to upload multiple files?
We have closed this ticket because another page addresses its subject:
File Attachments Module - How to drag and drop multiple filesMultiple Upload in XAF
Answers approved by DevExpress Support
Our File Attachments module intended to upload files to an application allows loading only a single file to a single business object. However, you can associate a collection of the file attachment objects (IFileData) with a certain business class to provide the capability to attach several files to a single object.
If this functionality does not meet your needs, you can implement a custom Property Editor or a View item that uses the ASPxUploadControl component. This component allows uploading several files at once. To enable the multi-file selection in the ASPxUploadControl, use its AdvancedModeSettings.EnableMultiSelect property.
Hi,
I have the same need.
Do you have a sample of this property editor?
Thanks,
Sandro.
At present, we do not have such an example. Feel free to contact us in case of any issue with my suggestion.
Hello Alziro,
I see that I already answered a similar question: File Attachment in Domain Component. Are you experiencing any issue with this solution?
Hi, is working this way. I want to know if I can upload multiple with only a single property, as it is possible to do using aspxuploadcontrol in http://demos.devexpress.com/ASPxperienceDemos/UploadControl/MultiFileSelection.aspx.