fris-fruitig / react-firebase-file-uploader

An image uploader for react that uploads images to your firebase storage
https://npm.im/react-firebase-file-uploader
166 stars 45 forks source link

Not an issue: How to pass additional parameter with handleUploadSuccess? #13

Closed maheshkumar2150 closed 6 years ago

maheshkumar2150 commented 6 years ago

I have more file uploads in one form. to set the url and name properly in state, i need to pass field name in the handleUploadSuccess. How can i do this?