Skip to content

CrescentKohana/PHP-uploader-for-ShareX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PHP-uploader-for-ShareX

This is a custom PHP uploader made for uploading files to your server with ShareX.

  1. Create the upload folder in your webroot mkdir i and make sure that the folder used for uploading has at least 755 permissions. sudo chmod 755 i

  2. Also change the owner and group of the upload folder to www-data (or equivalent). sudo chown www-data:www-data i

  3. Place the upload.php to your webroot (eg. /var/www/example.com/upload.php) and the config.php to anywhere you like (just change the location in upload.php: $config = include('config.php');).

  4. Open ShareX, click Destinations, click Destination Settings, scroll down until you find Custom uploaders and add a new uploader with following settings:

ShareX settings

About

A custom PHP uploader used with ShareX.

Topics

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •  

Languages