files-ui-react icon indicating copy to clipboard operation
files-ui-react copied to clipboard

Support of withCredentials upload option

Open ricventu opened this issue 4 months ago • 0 comments

When authentication to the backend is done via session cookies and XCSRF cookies, you need to set withCredentials to true in XMLHttpRequest to be able to upload.

You could add this option to UploadConfig.

Dropzone has this option in the configuration-options

Thank you!

ricventu avatar Oct 03 '24 07:10 ricventu