simple-file-uploader
simple-file-uploader copied to clipboard
A file uploader written using HTML5 and Node.js. It can upload both to a local directory on the server or to an AWS S3 server.
This PR makes it possible to bind to 0.0.0.0 in order to easily access this server from the local network. The default is still to bind to localhost, so default...
Notify the user of the port conflict and stop the server. Note: please let me know if i should combine both my PRs, as they both change the same line...
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...