php-uploader icon indicating copy to clipboard operation
php-uploader copied to clipboard

PHP File Uploader is an easy to use, hi-performance File Upload Script which allows you to upload files to webserver

Results 12 php-uploader issues
Sort by recently updated
recently updated
newest added

By defaut, this code allows arbitrary file uploads to the web server's path. This will allow any unauthenticated user to upload a PHP file to the web server's path and...

Hi, I found a couple issues with file name, also when extension is set to NULL '`extensions' => null, // null allow any type of file` The code allow file...

[phpBB Debug] PHP Warning: in file C:/xampp2/htdocs/App/Entity/Uploader.php on line 202: Trying to access array offset on value of type int   On line 202 i have: if($options['maxSize'] && $file['size'][0] > $options['maxSize'])...

Hi, How can I get just the file name after upload the file ...?? what is the format to get the name. Thank you ..

Hi, I use the Chinese ThinkPHP framework. The framework's upload class. Is the php return parameter the above? Also, how do I get the name of the uploaded file?

I am trying to integrate it with Laravel 5.7. It is not working.

how to set file upload path dynamically when change directory path drop down case

PLEASE change chmod and mkdir permissions to 0750 (leading zero for octal representation) , it is currently as 750 so linux messes things up when you want to rmdir and...