aleksei0807 / react-images-uploader

React.js component for uploading images to the server
MIT License
177 stars 67 forks source link

credentials as a property #33

Open wojciechkochanowski opened 6 years ago

wojciechkochanowski commented 6 years ago

Hello there! I find your uploader a fine component, but is there any chance we could get including of credentials as an option? Something like this: { method: 'POST', credentials: this.props.credentials, body: imageFormData, headers: this.props.headers }