Right, it's very hard to implement, it will need firstly space for itermediate data (at least 1/4 - 1/3 of already dowloaded chunk of file) and secondly very inordinary implementation of md4 algorithm, oh, and a huge brain work, but anyway it is possible to implement, theoretically
http://www.ietf.org/rfc/rfc1320.txt - very interesting stuff

, thanks pointing me out.
I asked my friend (he's a big guru in cryptography) he sayd that there is already exist implementation of md5 with "save states" for incomplete files but it requires to save addidtional data which requires (sizeof(incomplete data))/2 of additional space, and it was really hard to implement it,
so this thread may be considered as closed.