uploading larger than 2mb files with php and mysql?

  • Thread starter Thread starter Ryan
  • Start date Start date
R

Ryan

Guest
i am using this script http://www.php-mysql-tutorial.com/wikis/mysql-tutorials/uploading-files-to-mysql-database.aspx and it works well but files i believe over 2 mb are not uploading. the upload form doesnt have any 2 mb restrictions. i am using a xampp setup with default configurations
the files are successfully being upload to my mysql db but over 2 MB they are not. its set as medium blob

what could cause this
 
Back
Top