PHP-FileUpload icon indicating copy to clipboard operation
PHP-FileUpload copied to clipboard

Simple and convenient file uploads — secure by default

Results 4 PHP-FileUpload issues
Sort by recently updated
recently updated
newest added
trafficstars

That method goes wrong for me when i am attempting to delete the directory of the uploaded file.

Hey, is it possible to upload mutiple files from an file input with multiple attribute? I've tried it like this: ** $upload->from('file1'); $upload->from('file2'); $upload->from('file3'); $upload->from('file4'); ** but the library keeps...

enhancement

``` withFilenameExtension => withTargetExtension getFilenameExtension => getTargetExtension ```

enhancement
backwards-incompatible

That method adds possibility of retrieving the original file name that is going to be uploaded

enhancement