m-inan / react-upload-gallery

React for Upload Image Gallery. Sorted by drag & drop and Customizable
MIT License
78 stars 44 forks source link

Added updated function for onSuccess #21

Closed iKonrad closed 3 years ago

iKonrad commented 3 years ago

I was scratching my head on how to pass extra data like some internal IDs to the image object. After browsing through the code I realised there's an append parameter in the onSuccess method which wasn't documented in the README.

m-inan commented 3 years ago

The new parameters added are not available for props. Only valid for the method inside the class. If you need this, you should also apply it for the props function in the section I specified. https://github.com/m-inan/react-upload-gallery/blob/master/src/RUG.js#L164 Screen Shot 2021-06-24 at 01 05 12