Split Large Files is a BetterDiscord plugin that makes sending large files easy by breaking up big files into smaller ones that get reassembled upon download.
The Node engine that Discord runs on only supports a max file size of 2 GB, so don't expect to upload files above 1.5 GB. An error may not be displayed on failure if you try to upload files greater than 1 GB.
If you are unable to install BetterDiscord or Split Large Files and you want to reassemble a set of chunk files someone sent you, go here.
Automatic file splitting when uploading files larger than the upload limit...
That gets visually reassembled once uploading is complete.
Downloading the file results in the reassembled original file being put in the directory of your choice.
- Manual refresh controls both per-message and per-channel in context menus
- Automatic full-file deletion for your own chunk files that doesn't spam Discord's API
- Full support for new multi-upload system with automatic rate limiting to prevent API spam
- Download the
SplitLargeFiles.plugin.js
file (click on the file above, click Raw at the top right of the code, then press Ctrl+S) - Drag it into your BetterDiscord plugins directory
-
Problem: Discord crashes when I try to upload a large file.
- Solution: Try uploading a different file of similar size. If the new file works, there is something wrong with the original file. You can try moving it somewhere else and see if it works. If the new file doesn't work, contact me and I will take a bug report.
This fork allows the user to choose the split size to be 8MB, 25MB, 50MB, 100MB, or 500MB regardless of their Nitro status, and also implements general bug fixes that should probably be in the original repo but aren't.