I'm new to python and I need to get the MD5 of a file that is uploaded through the script I'm using. The original scripts were written by this guy at this blog http://www.allbuttonspressed.com/projects/django-filetransfers.

How can I utilize the upload completed callback to get the MD5?

link|improve this question
feedback

1 Answer

I guess what u need is this: http://stackoverflow.com/a/1131255/534150

just use the MD5 algo in the uploaded file, and it should work!

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.