Re: FileField upload directory

2007-12-12 Thread Malcolm Tredinnick
On Thu, 2007-12-13 at 11:49 +1000, Tristan King wrote: > Hi, > > Is there a way to point the FileField upload directory to somewhere that > isn't under the MEDIA_ROOT ? This type of question has been asked very frequently on the list in the past. A number of solutions have bee

FileField upload directory

2007-12-12 Thread Tristan King
Hi, Is there a way to point the FileField upload directory to somewhere that isn't under the MEDIA_ROOT ? I want this because i want to be able to upload files, but not have them accessible via the web. I've worked around this by making a new url to the upload directory and making a