M MASTER Guest Dec 14, 2008 #1 I use PHP, Apache and MySQL... I can't upload files over 1Mb of size to database. Please help me.
L lkool Guest Dec 14, 2008 #2 find your php.ini file and looke for: upload_max_filesize and update the limit to the size you would like.
find your php.ini file and looke for: upload_max_filesize and update the limit to the size you would like.
L lkool Guest Dec 14, 2008 #3 find your php.ini file and looke for: upload_max_filesize and update the limit to the size you would like.
find your php.ini file and looke for: upload_max_filesize and update the limit to the size you would like.
F Ferdinand F Guest Dec 14, 2008 #4 How are you trying to upload the files? What error message are you getting?