Hi,
I'm using XADisk to save uploaded files to filesystem in a transactional manner. Uploaded files can be up 2GB; so I use the heavyWrite option on the XAFileOutputStream.
Before writing a file to disk, I calucate its MD5 checksum (which is stored in a relational database).
The problem is that the MD5 checksum of the actually written file to disk is different than the one calculated for the uploaded file.
It seems that the saved file is somehow altered by the XADisk api.
Any ideas will be highly appreciated..
Best regards,
Nektarios