Hey guys, I have a subdomain where my clients websites reside, but I have admin areas for them on the main domain where their folders are for uploading images and such.
In the subdomain I have added a script that lets them upload photos, but I can't seem to get the photos to upload to the main domain path.
For example, the upload script is on subdomain.domain.com/uploadpage.php, but I want to upload them to domain.com/imagesFolder.
Even though I am using the correct server path, this doesn't work.
Any idea why?
Thanks.