Jump to content

[SOLVED] Upload Error at 3MB, but none at 1MB


urtlking2jo

Recommended Posts

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?
I figured it out right before you provided this assistance.  I had already upped the max_execution_time (to 60 seconds), but I raised it even more (120 seconds), and also added a copy of the php.ini file to folder in which my applet is running.  I'm not sure if there is not a php.ini file in each folder if it returns to default values (which would be 30 seconds like you said).  So I'm not entirely sure what the issue was, but it is working now.  Thanks for you help!

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.