Made "file form name" clearer

I know that this threw me when I first tried to get this set up, so I've tried to make it a little clearer. (I set file form name to literally be `d')
This commit is contained in:
Nathan Windisch 2018-01-14 16:20:32 +00:00 committed by GitHub
parent f9aff08405
commit 2dc9782014
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!
```