After updating from version 18 to React 19, the uploader component is no longer serializing and sending uploaded files as expected.
We have a C#/.NET API that previously received the data from a List<IFormFile> 'uploadFiles' parameter. The upload files parameter appears as an empty list after React is updated to version 19.
Is there a prop or alternative way for uploading I can try? Thanks in advance for any help!