Quote:
|
Originally Posted by omegatron You would need to link you phpinfo file here for us to link. |
Looks like it is in /usr/local/Zend/etc/php.ini which I do not think I have access to. Also looks like upload_max_filesize is set to 2M.
Since I am on a shared host it may not be able to get changed.
In any event, it would seem to make sense for photopost to pre-fetch this value and issue an error message that "file exceeds allowed value of ___." Why even start to upload a file if it is going to fail? My bigger concern is that with no error messages at all, users will be quickly frustrated wondering why their files are not uploading. Even if it were 5MB, some user with an 8 megapixel camera will eventually exceed even that.
Longer term, this may call for some code rewrite. Other packages do not seem to have this limitation.