Does this work with a drupal private file system when using remote URL?

I'm receiving the error "The remote file could not be transfered due to an HTTP error (0)."

Comments

celadon’s picture

I am also wondering about private file system support.

I have used File Import to get the files into the database (It seems to have worked flawlessly), but they are only attachments. I would like to use filefield to make each file into a node.

When I try to select the files with filefield_source's "Reference existing," the little throbber spins but then nothing happens (the field resets to blank).

(I am trying to use this sequence to get CCK references to files that are too large to upload directly.)

thanks

quicksketch’s picture

(I am trying to use this sequence to get CCK references to files that are too large to upload directly.)

FileField Sources can only reference files that have been uploaded through FileField. So if you uploaded through FTP or some other means, FileField Sources will not let you reference that file. See #438940: Add ability to use file uploaded via FTP for a discussion on that matter.

quicksketch’s picture

Status: Active » Closed (fixed)