Hi,
I wrote/copied a script to upload files to my webserver:
<form enctype='multipart/form-data' action=$PHP_SELF method=post>
Upload a file: <input name='file' type='file'>
<input type='submit' value='Upload'>
</form>
This works only if I leave the input field empty. When I load a "real" file the file is uploaded without any data in return, like file_name, file_size as it should be usual and the connection to the server breaks.
I studied the error_log of apache and found following message several times:
[....][notice] child pid 4xxx exit signal Segmentation fault (11)
I use PHP3.0.17-dev and Apache 1.3.14
I hope you have any hints or me, to solve this problem or other solutions for a fileupload.
Thanks, rjonk