-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
File Chunks #2074
Comments
Hi @MoaazSuliman , What is your issue? Are you encountering OOMs? Or is it just slow? If it is the latter then we could add a property to allow application to specify the buffer size to use like we did recently on JPA when we fixed issue #1944 |
@paulcwarren why because if I'm uploading large video and the connection stopped, for this reason want to use chunks... So my question is, do you support file chunks while uploading it?! |
No, Spring Content does not support that currently. Supporting byte-ranges on uploads would be the other way we could consider supporting that "restart upload after failure" use case. |
@paulcwarren |
SC does not support either currently (byte-ranges are supported on GETs only atm). But byte range PUTs would be less disruptive to the API. Are you using Spring Content REST, or just one of the storage modules? |
Hi All,
I'm uploading the large file to azure,
Is there are chunk way to can use it for large files?!
The text was updated successfully, but these errors were encountered: