files-ui/files-ui-react

Have a few suggestions

xqb0407 opened this issue · 1 comments

1.You want ref to be able to invoke the component default event for upload
2.You can customize the button to trigger the upload, and then add the upload progress
3.I want fakeUpload to be able to customize the upload status, progress, etc. I want every upload to be successful, not random upload success.

Hey @xqb0407 ! Thanks for the suggestions!!

We've already addded the 3rd one. We will include a prop to define the behaviour for fakeUpload. (e.g. all uploads will end in success, error or random status)

About the first and second items. Do you mind giving us a further detail about those points?