Hi

First, I am looking for a module that allows the admin setup that all file uploads by users are redirected to a storage location outside of the Drupal website.

However, if such module does not exist, then as a head-start, is File API the best starting place?: http://drupal.org/node/555118

Are there known File API samples or tutorials?

Thanks

Comments

the book "pro drupal

the book "pro drupal development" has a chapter about working with files.
what do you mean with storange location outisde drupal? Outisde the public_html like /var/files?

Thanks for the tip, and I got

Thanks for the tip, and I got the book.

Primarily file upload redirects to an outside storage service provider.

Jeff in Seattle

like amazon cloud? there are

like amazon cloud? there are some modules i think. if its very custom you need to do some coding by yourself.

Agreed that I will need to

Agreed that I will need to create a customized solution.

However, which hooks do I need to implement that will capture any document upload and redirect the upload to my custom off-premise storage solution?

Jeff in Seattle

nobody click here