hi
I have a question about multipleFilesUpload,I am using this component,How to make this component as send request to service just send one request ,but send two files or all files,In this way,I can get thes be in the background by use “MultipleFile[] files”.
Unfortunately, there is no such option, to upload all files with one request.
The jqxFileUpload is designed in this way. Each one file is attached in separate form and the user has control to upload one specific or cancel it.