-
Notifications
You must be signed in to change notification settings - Fork 167
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
Is there any way to change uploadMaxSize value? #61
Comments
@aslubsky have you found any solution, I am facing the same issue. |
Yes, we use custom callback for handling image upload process. }) |
Thanks for reply @aslubsky, can you provide any example where we can change the upload. i am already wrote this callback event but same issue. this.emailEditor.editor.registerCallback('image', (file, done) => { |
Hi
Thanks for awesome editor. Is there any way to change
uploadMaxSize
value? Default it's 1e6 bytes. Is it possible to change this in free version?The text was updated successfully, but these errors were encountered: