jawbreaker Posted March 23, 2006 Share Posted March 23, 2006 I have a problem with either the php code or the configuration of my server. I am trying to upload files to a mysql database and it works until I try and upload a file larger than 1MB. I tried to increase "max_allowed_packet" on my mysql server and that did not work. I still get the following error. Warning: fread(): supplied argument is not a valid stream resource in Again this only happens when I try and upload a file larger than 1MB. Link to comment https://forums.phpfreaks.com/topic/5597-php-file-upload-problems/ Share on other sites More sharing options...
ober Posted March 23, 2006 Share Posted March 23, 2006 Look for "upload_max_filesize" in your php.ini file. Link to comment https://forums.phpfreaks.com/topic/5597-php-file-upload-problems/#findComment-19985 Share on other sites More sharing options...
jawbreaker Posted March 23, 2006 Author Share Posted March 23, 2006 Thank you for the help. Changing that option in the config. file worked. Link to comment https://forums.phpfreaks.com/topic/5597-php-file-upload-problems/#findComment-20018 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.