We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Files uploaded through the AJAX endpoint (images, video etc.) need to be check whether they are valid:
There are further checks in h5p-editor-php-library:h5p-editor-file.class.php:
The text was updated successfully, but these errors were encountered:
the package it is added to must have a greater total size than H5PEditorConfig.maxTotalSize
You mean the package must NOT have a greater total size than H5PEditorConfig.maxTotalSize, right?
Sorry, something went wrong.
Yeah, sorry! Corrected that.
No branches or pull requests
Files uploaded through the AJAX endpoint (images, video etc.) need to be check whether they are valid:
There are further checks in h5p-editor-php-library:h5p-editor-file.class.php:
- only allow png,jpg,jpg,gif
- read image (& get file size)
The text was updated successfully, but these errors were encountered: