Support of withCredentials upload option
ricventu opened this issue · 0 comments
ricventu commented
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!