Hi,
I'm trying to upload a file to the server using a form with enctype="multipart/form-data". basically, i do exactly what the PHP manual says to do. However, the upload process somehow adds 2 lines to the beginning of each file: a line that says "Content-type: ...." (appropriate for the file type), and a blank line! What gives? I don;t think this is proper behaviour. THis is using APache 1.3.12 and PHP 3.0.18 on Redhat 6.2
greg