🇨🇳中文 | 🇬🇧English
📝 Options instruction
API URL
: Background service URLRequest method
: The service request mode, supportPOST
andPUT
File field
: The field name of the file object in the upload formOther field
: Request Body。Click theother field
buttons to configureRequest header
: Request Headers。Click theother field
buttons to configureURL path
: The path to get the image URL in the JSON returned by the upload.Rule of get URLDomain
: After uploading, access the URL of the server file.Save Key
: The path to file storage (including folders).Supports {year} {month} {day} {hour} {minute} {second} {since_second} {since_millisecond} {random} {filename} {.suffix} and etc. For example, the uploaded file is uPic.jpg, set to \"uPic/{filename}{.suffix}\", it will be saved as: uPic/uPic.jpg.
The after Save Key input is Suffix
: This will be used for custom picture processor.custom-host-extension-field
Rule of get URL
- Example:
- Example:
- Example:
- Example:
🏷 Dynamic template value
Both the extended fields and the request headers support the following dynamic templates to get dynamic values
{filename}
:Will be dynamically replaced with the file name at the time of upload`