I’m trying to create a user-friendly solution. Uploading to 2 separate servers is not user-friendly. I want to set-up a WordPress Blog so that the user can click on an image and it is uploaded to a server. The fact that the destination server for the images is different to the server hosting the WordPress sql database should not be an issue for the user.
The best solution I have to date is to run a crontab and upload the image for the user.
Thanks.