aleksei0807 / react-images-uploader

React.js component for uploading images to the server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

credentials as a property

wojciechkochanowski opened this issue · comments

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 }