-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Support uploading big files using a browser #956
Comments
@korabelnikov |
I suppose it's not an enhancement but real bug |
@korabelnikov , in the particular case your problem isn't connected with the size of data. The request is blocked by CORS policy. There are settings in CVAT which you need to adjust.
|
Thank you! Maybe it worth to add this adjustment as default? |
@korabelnikov |
@bsekachev I've checkout this repo just a few days ago |
Anyway. Try rebuld and clean the browser cache just in case. What about code 413 (Request Entity Too Large), CVAT never supports large files uploading via a browser. We use "shared" functionality to do it. But I agree it make sense to implement better approach of uploading. |
I get, just simple message that shows "CVAT doesn't support large file uploading, use shared folder functionality instead" will be helpfull |
@korabelnikov |
I'm trying to upload video of size 2GB and webpage show me error just after few second
Could not create the task
Error: Network Error.
and I've checked it works with videos of size 100mb
The text was updated successfully, but these errors were encountered: