Closed cyperus closed 6 years ago
as you can see at https://github.com/aleksei0807/react-images-uploader/blob/master/src/index.jsx#L316 valid response type is Array or string
@aleksei0807 Can I send additional information in response? For example id of image.
I expected a behaviour as { image_urls: [{'link': 'https://...', id: 1}].
@vitalyliber please open new issue for this feature and we'll implement it. thanks.
anyway, this issue seems to be resolved.
So, what is the valid response type and how to display the error message? Thanks.