Closed (won't fix)
Project:
FileField
Version:
6.x-3.7
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
28 Dec 2010 at 10:39 UTC
Updated:
19 Jul 2011 at 07:58 UTC
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
Comment #1
quicksketchThis 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.
Comment #2
Rameez commentedThanks 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..
Comment #3
quicksketchThis 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.
Comment #4
quicksketchComment #5
wheck commentedHi! 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.