You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently, uploading media can be done using a buffer. This is fine for small files but not so efficient for large files.
Describe the solution you'd like
Uploading media using a stream would be great to be able to handle large files efficiently.