sjqzhang / go-fastdfs

go-fastdfs 是一个简单的分布式文件系统(私有云存储),具有无中心、高性能,高可靠,免维护等优点,支持断点续传,分块上传,小文件合并,自动同步,自动修复。Go-fastdfs is a simple distributed file system (private cloud storage), with no center, high performance, high reliability, maintenance free and other advantages, support breakpoint continuation, block upload, small file merge, automatic synchronization, automatic repair.(similar fastdfs).
https://gitee.com/sjqzhang/go-fastdfs
The Unlicense
3.91k stars 745 forks source link

大文件上传断点续传,使用TusUpload 里面 TusUpload .setMetadata 里面设置auth_token 上传成功后,文件的后缀格式丢失了,MP4没有了只有文件名字 #431

Closed lin9876 closed 9 months ago

lin9876 commented 9 months ago

大文件上传断点续传,使用TusUpload 里面 TusUpload .setMetadata 里面设置auth_token 上传成功后,文件的后缀格式丢失了,MP4没有了只有文件名字,是上传到服务器里面的文件没有了文件后缀,所以导致,无法通过返回连接打开文件