View Single Post
Old December 22nd, 2006, 04:58 PM   #2 (permalink)
Chuck S
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,653
PHP is set to a max upload size of 2mb so if your trying to upload a file larger than this your going to have problems with this as your server will drop the file so there is nothing to process. The issue is from your PHP and not Photopost.

Only way around that is to edit the php.ini file and change your max file uploadsize higher but you may not be able to do this.

You may be able to place this below in an htaccess file in your web root an that will raise the limit but not all servers support that

Code:
Content visible to verified customers only.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote