Closed iKonrad closed 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
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.