2

I'm working on a project where we need to store static files (user images, videos, etc.) on a different server (nginx serves static files). I haven't worked with a separate static file server before, so I don't even know how to save/edit/delete user files on a remote server.

Any links, suggestions, hints would be greatly appreciated.

thank you!

UPD. Debian Lenny 5.0, standard http, Apache, Nginx, PHP 5.2

user38484
  • 313
  • 2
  • 5
  • 10
  • 5
    What protocol/s are you planning on using? what OS? what server software? You need to give us more information. – Chopper3 Jul 12 '10 at 11:53

1 Answers1

1

The filesystem section of the PHP docs.

Ignacio Vazquez-Abrams
  • 45,019
  • 5
  • 78
  • 84