goplus / community

Go+ Community written in Go+
Apache License 2.0
11 stars 15 forks source link

feat: upload-media-limit-filesize #263

Closed xhyqaq closed 6 months ago

xhyqaq commented 6 months ago

Before this, I used ParseMultipartForm to limit the upload file size, but it had no effect.

The test upload file size limit is 10m, and the upload is 13m image

The test upload file size limit is 15m, and the upload is 13m

image

qiniu-ci commented 6 months ago

The PR environment is ready, please check the PR environment

[Attention]: This environment will be automatically cleaned up after 6 hours, please make sure to test it in time. If you have any questions, please contact the author of the PR or the community team.

xhyqaq commented 6 months ago

The change is a bit big, MARK