PHP, Apache and MySQL?

  • Thread starter Thread starter MASTER
  • Start date Start date
M

MASTER

Guest
I use PHP, Apache and MySQL...
I can't upload files over 1Mb of size to database.
Please help me.
 
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.
 
Back
Top