Maybrittnelson
Results
2
issues of
Maybrittnelson
If the uploaded file is a picture,I want it to be a 2048 by 2048 image with maximum height and width
``` while true do local typ, res, err = form:read() if not typ then ngx.say("failed to read: ", err) return end if typ == "header" then local key = res[1]...
**emqx version** `5.1.0` **shell command** `docker exec -it emqtt-bench ./emqtt_bench conn -h 127.0.0.1 -p 1883 -u admin -P public12 -c 1` **error msg** `client(1): connect error - econnrefused =ERROR REPORT====...