You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
This is a custom PHP uploader made for uploading files to your server with ShareX.
4
4
5
+
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');`).
6
+
5
7
Open <b>ShareX</b>, click <b>Destinations</b>, click <b>Destination Settings</b>, scroll down until you find <b>Custom uploaders</b> and add a new uploader with following settings:
0 commit comments