Hi,
maybe one of you could answer this question. I've written a script to upload files via a multipart/form-data html-form.
Small files are no problem, the script seems to be working and the files are written correctly.
Files larger than about 1.2M (I'm not sure what the exact size is) cannot be uploaded. My upload_max_filesize is 30M, my post_max_size 30M as well.
I don't even get a php error, Konqueror on KDE tells me "Protocol died unexpectedly", Netscape tells me sth. about a broken pipe and IE simply sais nothing.
Any ideas?
Thanks
Roland