|
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");
|