Alright, I know how to get a normal PHP+MySQL install going,
but now I'm stuck.
Problem: getting PHP+MySQL to accept a file upload which is then inserted into the MySQL database. Files can be anything from
a few bytes up to 64MB. Uploading files a couple of meg's large works fine, but uploading a 32MB file doesn't. I've tried different settings but I get "MySQL server has gone away" and memory allocation problems.
Platform: HTTP/PHP server on a Pentium 133, 32MB RAM, 256MB virtual memory, Red Hat Linux 8.0.
MySQL server on a AMD K6 350, 512MB RAM, 1GB virtual memory, Red Hat Linux 8.0.
The Apache server, PHP module and MySQL server are the latest stable versions I could find, NOT the crap that Red Hat ships with 8.0
Does anyone know how to do this?
Thanks in advance, Rogier.