Reputation: 3954
I have a functionality for testing out the file size in python server. But after converting file it into Request object (i.e file converted to python object) size mismatched. File size is somewhat smaller than python object. Files are attached from a form in post request.
Is there a way to know correct file size from object in python?
I am using tornado server at backend.
Thanks
Upvotes: 0
Views: 120