Merge pull request #12 from Natfan/patch-1

Made "file form name" clearer
This commit is contained in:
Joe Gandy 2018-01-16 06:57:25 +00:00 committed by GitHub
commit 741d1f84c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -31,10 +31,10 @@ Next we need to setup our ShareX to use the custom uploader
1. From the ShareX main application we go to Destinations > Destination Settings
2. Scroll down to 'custom uploaders' add a new profile
3. Request type POST, the url should be http://www.example.com/upload.php
4. File from name `d'
4. File form name: "d" (without quotation marks)
5. Arguments are:
- key, this should be set to the 'secure key' you set in your config.php
- name, this is how the files will be named, for mine, i use '%h.%mi.%s-%d.%mo.%yy'
- name, this is how the files will be named, for mine, I use '%h.%mi.%s-%d.%mo.%yy'
6. The setup is now complete, test your uploader and it 'should' work!
```