urtlking2jo Posted December 19, 2006 Share Posted December 19, 2006 I am using a java applet to upload files images and pdf files into a mysql database. Everything up to 1MB seems to work fine, but I need to be able to upload pdf files up to about 3MBs. I keep getting the error "Warning: fread(): supplied argument is not a valid stream resource in - [upload handler php]". From searching on the web, I found that it could be a mysql issue due to packet size limitations, but I changed my max_allowed_packet to 16M and the error continues. The server is quick, and the upload is taking under 1 minute, so I don't think anything should be timing out that quickly. Any ideas? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.