Support chunked uploading in File components #22933
Unanswered
craigrileyuk
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
At the moment, VFileUpload and VFileInput only add files to an object for multipart processing in a single upload.
Most libraries that handle uploading also have support for optional chunked uploading (e.g. Dropzone). This would be a great addition to the library!
All reactions