HI

Here is the situation:

I have drupal site installed on one server and i do upload files on another server.

I would like to have some interface which would allow me to provide http URL of files uploaded on another server and when user clicks on download button on drupal site then file gets downloaded from remote server. Some redirection to remote URL is needed.

Please any ideas and thoughts would be very helpful.

Thanks. Best regards..

Comments

quicksketch’s picture

Status: Active » Fixed

This can be done with http://drupal.org/project/filefield_sources. Enable that module and then configure your field to enable the "Remote URL" source option.

Rameez’s picture

Status: Fixed » Active

Thanks for your response..
But that will transfer remote file to local server... as my need is to keep files at remote server and just linking them from local server as files..
Please more thoughts..

quicksketch’s picture

my need is to keep files at remote server and just linking them from local server as files..

This is not possible with FileField, which works by storing a files "File ID" (FID). In Drupal 6 the files table is only possible to hold local file system files. The only way to do something similar to what you're describing is to simply use a Link field to store the URL.

quicksketch’s picture

Status: Active » Closed (won't fix)
wheck’s picture

Hi! how do you upload files to a remote server? did you develope a little module to do so yourself? or did you find a way using something provided by drupal community? thanks in advance.