vutoan266 / react-images-uploading

The simple images uploader applied Render Props pattern that allows you to fully control UI component and behaviors.
https://github.com/vutoan266/react-images-uploading
MIT License
320 stars 52 forks source link

accept pdf #133

Closed devTam closed 2 years ago

devTam commented 2 years ago

Can we add support for pdf upload? Adding pdf to the accepted type array does not work

vutoan266 commented 2 years ago

Hi, there is a new version 3.1.7 with a new prop allowNonImageType to support non-image type. Thank you!