simple-file-uploader
simple-file-uploader copied to clipboard
Better handling of periods in filename
The file uploader works as expected with a file that has one period (like x.jpg, the period to designate the file extension). However, if there was no file extension on the file, or if there were multiple periods in the filename, then the file names would get mangled when the files were saved:

This PR helps to resolve these issues:


Hello! No push or anything, I was just thinking about using this again for another project.
Any thoughts about the feature?
As a user, I agree this is a good feature to use as default or at least make configurable