How can I connect another server ?

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
sarath.verve's picture

My site is similar to istock images where user can upload images and buyer can purchase it. But I dont want to keep the uploaded images in my drupal running server as it will affect the speed in future.
Currently all my uploads are going to MY SERVER 1 /MY_DRUPAL/sites/default/files. But what I want is to save my uploads to MY SERVER 2 /MY_FOLDER. And also I am using uc_file_download to download the purchased file. I want to give this external server path (SERVER 2 /MY_FOLDER) in uc_file_download setting.

Is there any other modules which I can use for this project? This is purely image purchasing site. Currently I am planning with uc_file_download module. All helps are appreciated :)

Comments

you just need CDN

vinoth.3v's picture

you just need CDN http://drupal.org/project/cdn

Vinoth - வினோத்
Tamilnanbargal.com

Thank you Vinoth...!

sarath.verve's picture

Thank you Vinoth...!