View Single Post
Old November 24th, 2005, 01:21 PM   #17 (permalink)
Chuck S
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,788
Your would need to specify how large is the image?

PHP by default is set to 2M so if the file is larger than this then PHP bombs out.

If your PHP memory which by default is set to 8M and your using GD then it could bomb out on large files

At the top of your upload.php file you could try placing these to override PHP's setting's

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