I tried to set my files path to something like http://www.mysite.com/sites/all/files but I got an error even though this path does exist and is writable. I am looking to have my main site on one server, but store the files on a different server. Is this possible?

Thanks,
Quinton

Comments

vm’s picture

don't use an absolute URL, use a realtive one like /sites/all/files

slayerment’s picture

This works, but I am not looking to store my files relative. I want to store them on another server, hence the full URL.

Is this not possible with Drupal?

vm’s picture

not out of the box no. you would have to custom code something or hack the core.

carlomontagnino’s picture

I'm trying to find where exactly I would hack the core to pull off the same functionality.

I tried browsing the Image module (figuring that this is where I can edit the path)

Maybe I'm missing it? Any help would be dope

-carlo