I have a form where a user can fill out some information and attach a document that is uploaded to a MySQL table and the document is stored as a LONGBLOB. For some reason files over a certain size will not upload. I have not figured out the exact threshold, but as an example I can upload a 40K Word document, but not a 722K Word document. I am running Win2K Server, Apache 1.3.24, PHP 4.2.1 and MySQL 3.23.39.
PHP Config options set:
post_max_size = 16M
upload_max_filesize = 8M
Any insight would be wonderful.
Thanks,
tone
PHP Config options set:
post_max_size = 16M
upload_max_filesize = 8M
Any insight would be wonderful.
Thanks,
tone