-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add params to headers #51
Comments
So the Dropzone.js config accepts headers as an option: http://www.dropzonejs.com/#config-headers I guess the React-Dropzone-Component |
That should be exactly how it works - does it not work for y'all? |
👍 thx for reply @cgwyllie @felixrieseberg |
Actually I need to put headers in disConfig |
|
amazing work!
my backend is based on JWT (json web token) , it's there a way to add 'Authorization' key in request header ?
The text was updated successfully, but these errors were encountered: