Uploading large image does not work, and presents no error
srchulo opened this issue · 5 comments
srchulo commented
Whenever I upload a large image, no request goes out to imgur and nothing ever happens-- it seems to fail silently.
srchulo commented
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":
tracykoay commented
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":
did you found any solution for this issues?
srchulo commented
@tracykoay I did not
manuelgeek commented
this is an issue with the `vue-upload-library' . see lian-yue/vue-upload-component#318
I added ability to change upload size
srchulo commented
Great, thanks!