filepond
filepond copied to clipboard
[Feature] Ability to throttle upload speed
Is there an existing issue for this?
- [X] I have searched the existing issues
Is your feature request related to a problem? Please describe.
On bigger scale were multiple users are uploading at once can cause one user to hog bandwidth
Describe the solution you'd like
Have the ability to limit the upload speed of filepond
Describe alternatives you've considered
N/a
AFAIK this isn't possible, only way I think would be to use chunk uploads so each client uploads smaller bits of data.
AFAIK this isn't possible, only way I think would be to use chunk uploads so each client uploads smaller bits of data.
Potentially thinking making chunks xMB and adding setTimeout function. However, does Filepond file an event for each chunk?
I don't think that's currently possible.
I don't think that's currently possible.
Is there an event that is triggered when a new chunk/patch is sent?
This is really easily achieved on the server side. You can limit the uploads to a specific uri, per user, per IP etc.