2👍
✅
The problem is that you’re not reading it as a binary file 🙂
This should work:
wrapper = FileWrapper(file("C:/pics.zip", 'rb'))
Source:stackexchange.com