Hi there!
I am trying to write a PHP script that should handle file uploads using HTML forms. I took the sample form given in the PHP manual, I will not quote it here, since I am not sure how it will be handled by the discussion forum.. However, if I try to upload a file, using ENCTYPE=multipart/form-data the PHP module (3.0.17) crashes and I see a message in Apache's error_log "Segmentation fault". I tried the same on Win2000/PHP where PHP crashed again.
Any help would be greatly appreciated.