manuelgeek/vuejs-medium-editor

Uploading large image does not work, and presents no error

srchulo opened this issue · 5 comments

Whenever I upload a large image, no request goes out to imgur and nothing ever happens-- it seems to fail silently.

It looks like the limit is 10MB. It would be great if there was a way to handle errors, like a callback. Then I could toast something like "Image must be smaller than 10 MB":

:size="1024 * 1024 * 10"

It looks like the limit is 10MB. It would be great if there was a way to handle errors, like a callback. Then I could toast something like "Image must be smaller than 10 MB":

:size="1024 * 1024 * 10"

did you found any solution for this issues?

@tracykoay I did not

this is an issue with the `vue-upload-library' . see lian-yue/vue-upload-component#318
I added ability to change upload size

Great, thanks!