junegunn / junegunn/mini-file-server
upload file cannot beyond 2048Mib
Open
- Dominant language
- Clojure
- Stars
- 18
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.