alibaba / tengine

A distribution of Nginx with some advanced features
https://tengine.taobao.org
BSD 2-Clause "Simplified" License
12.65k stars 2.52k forks source link

如何实现通过tengine直接上传文件和查看文件上传进度 #1939

Open KwanFaiLau opened 4 weeks ago

KwanFaiLau commented 4 weeks ago

如题,如何实现通过Tengine直接上传文件和查看文件上传进度,在nginx上有第三方的模块upload 和upload_progress,Tengine上是否有类似的实现或者扩展?

chobits commented 4 weeks ago

tengine核心和nginx兼容,你可以把nginx的uplaod模块直接迁移过来就行了。tengine自己没有文件上传进度查询相关模块。但是本身tengine/nginx都是可以直接透传文件到后端。