Multiple attachments issue

0
Hi,   How can we add multiple attachments to single request and display all the name of attachments when viewed later? Can someone help me through this?   Thanks.
asked
2 answers
2

Hi Anusha,

 

You can use the file dropper widget  for your case . There is a demo app also added in documentation.

https://marketplace.mendix.com/link/component/111497

 

Thanks

answered
0

Hi Anusha, 

Files can be handled in many ways, since you are talking about a request my assumption is a REST call? And since you are asking about multiple files you are now either sending or receiving a file with a REST call and you have selected one of the default options of it being a ‘file’? And you are now wondering how to send multiple ones? That can be done in 1 request by using a different option than the default file option. Depending on the usecase, you can choose base64.. binary.. zip all the files and then send it.. 

This other forum post might be able to help you out?

https://forum.mendix.com/link/questions/104097

answered