Community Support for OpenDocMan (Deprecated)

Full Version: 2mb upload error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Seems that I can't upload any files above 2mb. Have php.ini at 64mb and the upload in in config at 500mb. Tried adding globals ON and OFF, but no luck. Any ideas, suggestions.

Am using the latest 1.2.5.7
check your max post size setting in php.ini. make sure you restart your web server after the changes.
Stephen Wrote:check your max post size setting in php.ini. make sure you restart your web server after the changes.
I added an htaccess file for the max upload and that seems to have fixed it. I'm running this in a subdomain. Great program.
THanks