Skip to content

Custom Uploader

Sawyer Stephens requested to merge nyx/purpose:customuploader into master

This is a plugin that allows the user to choose their own custom service to upload files to. This is done by allowing the user to add their own parameters, headers, and body arguments to the upload url of choosing. This should allow it to work with any upload service out there

In addition because of the multiple ways services return their success response, the Custom Uploader plugin comes with a powerful url parser that works similar to ShareX's parser.

In this way, the user can easily add their own non supported services.

Merge request reports