react-mui-fileuploader icon indicating copy to clipboard operation
react-mui-fileuploader copied to clipboard

find a bug in your'e code extension doesn't work properly

Open omidgharib opened this issue 6 months ago • 1 comments

const extension = file.type.split('/')[1] this line of code causes a problem in some types like "text/plain" it doesn't work properly its better extract extension from file name

omidgharib avatar Aug 05 '24 12:08 omidgharib