Changelog
- I rewrote the upload function to buffer the file that is being uploaded directly to the destination instead of /tmp (see issue #106)
Security
- Also I found a security issue where using
-read-only
will not protect from uploading files using the PUT method (see issue #105)