|
Gopher,
Edit your php.ini file and increase the max file upload from the default of 2M to something higher. I ended up setting mine to 5M.
PhotoPost cannot compare the uploaded image to the image size restrictions until the entire file has been processes by PHP.
|