Help! When I upload binary files (photos) via a form to server all characters 0x00 are replaced with 0x20. What should I do ?
have you got the correct enc-type set.
your form tag should look like:
<FORM ENCTYPE="multipart/form-data" ACTION="URL" METHOD=POST>
hope this helps, stef
Yes my form contains it. <FORM NAME="anketa" ACTION="add.php" METHOD="POST" ENCTYPE="multipart/form-data"> But it does not work. all 0x00 bytes become 0x20.