coolaj86 / formaline

formaline is a module for handling form requests ( HTTP POSTs / PUTs ) and for fast parsing of file uploads.
Apache License 2.0
239 stars 16 forks source link

The uploaded files are different in the last byte! #5

Closed rootslab closed 13 years ago

rootslab commented 13 years ago

removed a bug on the fileDataChunk index, when the file data are chopped, there is an error while writing the last chunk, obviously it causes a bad hash calculation.

it was resolved in new version 0.4.7

see commit

rootslab commented 13 years ago

thanks @desm