Dear All,
I met a problem: on my new server, when I use METHOD=POST and ENCTYPE=MULTIPART/FORM-DATA for a form (to upload a file), I get strange things happened.
First of all, text fields seem to be passed incorrectly. Any text field from form after submitting it, has a newline symbol as the first symbol of it, even if I haven't input anything in the field.
Then, files which I upload through this form, seem to be broken somehow when they are uploaded. For example, if I upload a image, function GetImageSize does not recognize uploaded file as an image. I think, some newlines are added there to...
Please help me with an advice, what should be adjusted in configuration, or what should I use instead of MULTIPART/FORM-DATA... I appreciate.
Alex.