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
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.
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!
The text was updated successfully, but these errors were encountered: