View Single Post
Old February 26th, 2006, 05:24 PM   #6 (permalink)
Chuck S
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,706
Well your uploads work fine

http://feelthebass.co.uk/photopost/s...00&ppuser=1059

I would instead ask you to look at your php settings

http://feelthebass.co.uk/phpinfo.php

You can not upload files larger than 2mb. Your using GD so you might be having memory problems on larger file uploads. Do you have mogrify on the server so you can try using ImageMagick to see if it helps?

Also if your file uploads are under 2mb but consistently they are over a certain size and nothing happens perhaps your host has the LimitBodyRequest variable set to a certain size.

In pp-inc.php try adding this in bold and see if it helps uploads if your going to continue using GD2

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