I've problems uploading binary files via POST. They get corrupt.
As told on this pag: http://se2.php.net/features.file-upload in the comments
there are some walkarounds for this, but I can't found thoose rows to edit
in the apache config.


Sol 1:
Your binary files may be uploaded incorrectly if you use modules what recode
characters. For example, for Russian Apache, you should use
<Files ScriptThatReceivesUploads.php>
CharsetDisable On
</Files>


I've tried to add this in the very bottom of the apahe config file but when
I then restart apache, I get an error for this.


If you're using Apache 2, you may have to comment out the following lines in
your Apache config

SetOutputFilter PHP
SetInputFilter PHP

With these in, my binary files were incorrectly uploaded


I'cant find theese rows in the apache config file.
Anyone have another solution for this problem?



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to