mini-file-server
mini-file-server copied to clipboard
upload file cannot beyond 2048Mib
The error like the picture above.
and I had rewrite the code in src-cljs/mini_file_server/core.cljs
(let [dz (js/Dropzone. "#dropzone" #js {:maxFilesize 2048})]
to
(let [dz (js/Dropzone. "#dropzone" #js {:maxFilesize 5048})]
but it do not work.
but it do not work.
Do you get the same error message?