image
image copied to clipboard
Implement maximum file size check
The Nginx server I'm working with is set up so that if a request is too large, it immediately responds with "413 Request Entity Too Large". It would be nice if this tool had a config param for specifying the maximum allowed file size, which could be checked before attempting to upload.
+1