BigFileUpload
A Vencord plugin that allows you to bypass Discord's upload limit by uploading files to external sites.
Install / Use
/learn @ScattrdBlade/BigFileUploadREADME
UPDATE: Multiple embed services, fallback controls, and bug fixes
- Multiple embed services - choose from x266.mov (default), embeddr.top, or discord.nfp.is for video embedding
- Disable fallbacks - new option to only use your selected uploader without automatic fallbacks
- Bug fixes - fixed progress bar display issues, upload tracking, and various edge cases
- Code cleanup - refactored styles to use CSS classes
[!TIP] If you run into any issues, please let me know on Discord
Big File Upload (Vencord)
Bypass Discord's upload limit without Nitro. This plugin adds an Upload a Big File button that uploads your files to external hosting services (Catbox, Gofile, etc. or any ShareX-compatible custom uploader) and pastes the link into chat.
Features a real-time progress bar with upload speed, ETA, and cancel button. Supports drag & drop and paste for files up to 1GB, with unlimited file size via the Upload button. Optionally respects your Nitro limit so Discord handles smaller files natively.
DOWNLOAD INSTRUCTIONS
You can either git clone the repository OR manually install it by downloading it as a zip file.
[!WARNING] Make sure you have the Vencord developer build installed.
[!IMPORTANT] Inside the
Vencordfolder should be a folder calledsrc. If you haven't already, create a folder calleduserpluginsinside thesrcfolder.
GIT CLONE INSTALLATION
The full cloning installation guide can be found here or via the official Vencord Docs.
- Direct your terminal (command prompt/CMD) to the
userpluginsfolder, e.g.cd src/userplugins. - Open the terminal and paste
git clone https://github.com/ScattrdBlade/bigFileUpload - Ensure it's structured as
src/userplugins/bigFileUploadorsrc/userplugins/bigFileUpload-main - Run
pnpm buildin the terminal (command prompt/CMD) and the plugin should be added.
MANUAL INSTALLATION
- Click the green
<> Codebutton at the top right of the repository and selectDownload ZIP - Unzip the downloaded ZIP file into the
userpluginsfolder. - Ensure it's structured as
src/userplugins/bigFileUploadorsrc/userplugins/bigFileUpload-main - Run
pnpm buildin the terminal (command prompt/CMD) and the plugin should be added.
