lejmr / dokuwiki-plugin-drawio

Draw.io plugin for DokuWiki
https://www.dokuwiki.org/plugin:drawio
GNU General Public License v2.0
25 stars 13 forks source link

Images bigger than 3 MB are not saved #32

Closed uname223 closed 4 years ago

uname223 commented 4 years ago

Hi, I have the issue that images bigger than 3MB are not getting saved properly. Is there a way to adjust this setting?

mhoffmann75 commented 4 years ago

For me this comes with a client side error "QuotaExceededError: The quota has been exceeded." related to line 129 in https://github.com/lejmr/dokuwiki-plugin-drawio/blob/master/script.js

localStorage.setItem(name, JSON.stringify({lastModified: new Date(), data: msg.data}));

Also seems browser dependent for me.

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.