I am using wordpress media uploader to upload images and I want them to be uploaded on my remote server. For example my main blog is hosted on Server A and when I upload a image it will upload to Server B. How can I do this?
Ah no no you didn't understand the concept. I want to use the wordpress media uploader but uploaded to Server B. If I just directly upload by ftp then how will the images be auto linked in the posts?
Are you talking about the built-in media upload in WP, or a plugin? (If a plugin, give me a link to it.) If you're talking about the built-in function, you'll have to rewrite the code to have it upload to Server B and set the link to there.
Yes I'm talking about the built-in media uploader. I'm not a programmer so I don't know how to rewrite it