View Single Post
Old May 4th, 2005, 10:18 AM   #15 (permalink)
Chuck S
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,051
I would ensure your path to save it is right for one.

/test is definately wrong

I would make sure test exists under your webroot with the proper permissions to move files to. Your on a windows server so you need permissions set to 777

the path would be like this

c:\websites\virginiaxriders401\virginiaxriders.com\test

however since you have photopost install and you state permissions are set right why not make your path this

c:\websites\virginiaxriders401\virginiaxriders.com\photopost\data

so that line would be

move_uploaded_file($tmp_name, "
c:/websites/virginiaxriders401/virginiaxriders.com/photopost/data/$name");
__________________
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