Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 834 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 834 Bytes

sharex-custom-upload

PHP-based ShareX Custom uploader, easy to setup and use.

Prerequisites

  • PHP Server (8.0+ recommended)

Installation

Server

  1. Replace CHANGEME in upload.php with something secure
  2. Upload upload.php to your website

Client

  1. Import sharex.sxcu to your local ShareX installation
  2. Adjust key to match the one in upload.php
  3. Change example.com to your website's domain

Note

  • If you're using Cloudflare make sure you check your plan's HTTP POST limit (Cloudflare Docs)
  • Adjust upload_max_filesize, post_max_size values in your PHP installation