brandonsavage / Upload

File uploads with validation and storage strategies
MIT License
1.67k stars 315 forks source link

Adding some minor enhancements to the FileSystem storage class. #99

Open djsipe opened 7 years ago

djsipe commented 7 years ago

I was using this library on a project and ended up having to extend the FileSystem class to allow me to better inspect where a file was uploaded to in real time.

Not a big change but this will help I think.

Added unit tests to prove it's all working.