You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to upload multiple files within the same XHR request, and I use the sample from here, https://jp.igniteui.com/file-upload/multiple-upload, when I select multiple files, it will still send
two xmlhttp request.
Description
Describe the issue.
I want to upload multiple files within the same XHR request, and I use the sample from here, https://jp.igniteui.com/file-upload/multiple-upload, when I select multiple files, it will still send
two xmlhttp request.
Steps to reproduce
open https://jp.igniteui.com/file-upload/multiple-upload
select two files.
Upload and check Network tab in Chrome developer tools,
Result
I hope there is an option to allow use the same XHRHttpRequest to upload multiple files.
just like in plain javascript, we can do like this.
Expected result
Add an option to allow to send multiple files in a single XHR request.
Attachments
here is a screenshot
The text was updated successfully, but these errors were encountered: