filestack / filestack-react

Official React component for Filestack - API and content management system that makes it easy to add powerful file uploading and transformation capabilities to any web or mobile application.
https://www.filestack.com
MIT License
164 stars 40 forks source link

Setting filename currently not possible ? #126

Open msteffl opened 2 years ago

msteffl commented 2 years ago

I want to set the filename in the picker before uploading it to filestack. Recommended way is to use onFileSelected method like mentioned here https://filestack.github.io/filestack-js/interfaces/pickeroptions.html#onfileselected.

Currently onFileSelected seems not to be supported by filestack-react picker. Any ideas how I can set the filename programmatically before uploading it?