filepond icon indicating copy to clipboard operation
filepond copied to clipboard

[Feature] Ability to throttle upload speed

Open SoulEater2022 opened this issue 1 year ago • 5 comments

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

SoulEater2022 avatar Feb 25 '23 18:02 SoulEater2022

AFAIK this isn't possible, only way I think would be to use chunk uploads so each client uploads smaller bits of data.

rikschennink avatar Feb 26 '23 12:02 rikschennink

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?

SoulEater2022 avatar Feb 26 '23 13:02 SoulEater2022

I don't think that's currently possible.

rikschennink avatar Feb 26 '23 13:02 rikschennink

I don't think that's currently possible.

Is there an event that is triggered when a new chunk/patch is sent?

SoulEater2022 avatar Feb 26 '23 13:02 SoulEater2022

This is really easily achieved on the server side. You can limit the uploads to a specific uri, per user, per IP etc.

marcusawereally avatar Jan 18 '24 06:01 marcusawereally