QuickUp Tool is a lightweight application designed to quickly upload files for free to a file provider.
- Drag and Drop Uploads: Simply drag and drop files to upload.
- Progress Tracking: Visualize upload progress with the progress bar.
- History Management: Keep track of previously uploaded files.
- Clipboard Integration: Automatically copies the uploaded file's URL to the clipboard.
- Windows 10 or later
- Visual Studio 2019 or later
- Clone the repository:
git clone https://github.com/megabytesme/QuickUp-Tool.git
- Open the project in Visual Studio.
- Build the solution.
- Start the application by pressing
F5
or by selectingDebug > Start Debugging
. - Drag and drop a file into the application to upload.
- Drag and Drop: Drag files directly into the application window.
- Upload Progress: Monitor the upload progress via the progress bar.
- History: View upload history in the main window.
- Clipboard: The URL of the uploaded file is copied automatically.
1709 UWP
: UWP app implementation which supports devices on Windows 1709 and above (looking at you W10M) - Uses UWP WinUI. Recommended for Windows 10 Mobile users.1809 UWP
: UWP app implementation which supports devices on Windows 1809 and above - Uses WinUI 2. Recommended for all Windows device users.WinUI 3
: WIP - Currently need to sideload and run as Debug! Packaged WinUI 3 app implementation which supports Desktop Windows 1809 and above - Uses WinUI 3 of course. Recommended for experienced Windows Desktop users.Shared Code
: Project which holds the code shared by all projects.
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Commit your changes (
git commit -m 'Add new feature'
). - Push to the branch (
git push origin feature-branch
). - Create a new Pull Request.
This project is licensed under the CC BY-NC-SA 4.0 License - see the LICENSE file for details.