View Single Post
Old September 27th, 2007, 10:05 AM   #2 (permalink)
Chuck S
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,695
Hello

When asking for support please try to explain your error what the issue is. Really when someone says I cant upload that does give me much to work on. If you describe the process and give exact details what happens I might be able to assist however just a note you need to have access to edit php settings which it looks like you have and your server's PHP needs to be setup to allow large file uploads. Try this

memory_limit 40M
max_execution_time 0
max_upload_filesize 10M
post_max_size 10M

Those are the 4 I know of to make your server allow large uploads and you may need to restart the server to load any changes. Uploading large files totally depends on your server setup and not our software.
__________________
Photopost Developer and Support Engineer

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