ITADN

ShareX Custom Uploader example

#440ClosedNull-Kelvin 创建于 2025-05-06
N
Null-Kelvincommented
[ShareX ](https://getsharex.com) supports all rustypaste features and can be a handy GUI uploader. Here are examples for file upload and link shortening, you can add them to documentation <details> <summary>For file upload:</summary> ```javascript { "Version": "17.0.0", "Name": "RustyPaste-File", "DestinationType": "ImageUploader, TextUploader, FileUploader", "RequestMethod": "POST", "RequestURL": "http://192.168.1.2:8000/", "Body": "MultipartFormData", "FileFormName": "file", "URL": "{response}" } ``` </details> <details> <summary>For link shortening:</summary> ```javascript { "Version": "17.0.0", "Name": "RustyPaste-URLShort", "DestinationType": "URLShortener", "RequestMethod": "POST", "RequestURL": "http://192.168.1.2:8000", "Body": "MultipartFormData", "Arguments": { "url": "{input}" }, "URL": "{response}" } ``` </details> [How to import ShareX profile](https://zipline.diced.sh/docs/guides/uploaders/sharex#importing) Thank you for your great program!
关闭于 2025-06-27 2 条评论