Here is my problem, I have two domain names, lets say, x.com (users domain) and y.com (admin domain). They are using the same database.
I upload everything from the admin website and save in the common database, where the other site, x.com is fetching from.
My problem comes when am uploading images to be used by x.com Here is what I want to do, I want to upload images in the admin website, save the image in the images folder in the other site. and save the link to the database. The link is saving correctly but the image is not uploaded.
Is what am trying to do possible? And if yes, how can I achieve that? Your help will be highly appreciated. Thanks in advance.