Screen capture, recording, and upload tool for quickuploads.co. Capture regions, full screen, or record; upload images and videos to your QuickUploads server.
- Windows (x64 or ARM64)
- .NET 9 SDK — Download
dotnet restore
dotnet build QuickUploads.sln -c Release -p:Platform=x64Built app: QuickUploads\bin\Release\win-x64\QuickUploads.exe
Open QuickUploads.sln in Visual Studio, set QuickUploads as the startup project, and press F5 — or run the exe from the path above.
To build a Windows installer (needs Inno Setup 6):
dotnet build QuickUploads.sln -c Release -p:Platform=x64
dotnet run --project QuickUploads.Setup -- -Job Release -Platform x64Output is in the Output folder.
QuickUploads is based on ShareX — the free and open source screen capture and file sharing tool for Windows. Thanks to the ShareX team for the original project.
See LICENSE.txt.