junegunn / junegunn/mini-file-server

upload file cannot beyond 2048Mib

Open
#1 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Clojure
Stars
18
Forks
6
PR merge metrics
No merged PRs in 30d

Description

The error like the picture above.

image

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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.