This is a custom PHP uploader made for uploading files to your server with ShareX.
-
Create the upload folder in your webroot
mkdir iand make sure that the folder used for uploading has at least 755 permissions.sudo chmod 755 i -
Also change the owner and group of the upload folder to www-data (or equivalent).
sudo chown www-data:www-data i -
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');). -
Open ShareX, click Destinations, click Destination Settings, scroll down until you find Custom uploaders and add a new uploader with following settings:
