Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想实现一个用户可以上传/下载文件的功能。但是当用户上传 *tar.gz 文件并下载时,似乎文件已更改,文件的 md5sum 已更改并且文件大小已更改。Productions env 使用 apache 网络服务器。webframework是django,django的develop webserver上传/下载*tar.gz文件好像没问题(文件不会变)。与apache服务器有关吗?有什么建议么?