openresty / lua-resty-upload

Streaming reader and parser for http file uploading based on ngx_lua cosocket
405 stars 113 forks source link

rest client上传的binary无法正确获取 #39

Closed jiajiayang closed 6 years ago

jiajiayang commented 6 years ago

我使用"curl -i -F 'file=@db-v3.3-20170510-all.sql' http://172.16.107.137/upload" ,后台能够正确的接收并处理binary。 但,使用rest client,比如java的httpclient或者postman等第三方工具上传的binary,后台无法正确获取。 求指导。