transit
transit copied to clipboard
A lightweight file uploading library with image transformation and remote storage support.
Results
2
transit issues
Sort by
recently updated
recently updated
newest added
Sidenote: I'm using transit via deprecaed CakePHP Uploader Plugin on Linux. Imagine an URL like: `http://server/image.php?id=12312` `\Transit\File::type()` will perform the following steps: - `$type` is first determined via `file -b...
When I uploaded the .exe file that I renamed the extension to .pdf, validation failed to recognize the .exe file and thought the file was a .pdf file > 'Uploader.FileValidation'...