On 6/6/06, Jason F. McBrayer <[EMAIL PROTECTED]> wrote: > So, is there some straightforward way to put file uploads outside of > MEDIA_ROOT? Should I write my own field class for the purpose? Move > the file someplace else in the model's save() method? Use the normal > setup, but lock down that subdirectory of MEDIA_ROOT in the > webserver's configuration? Something else?
Are you using the Django admin for the file uploads? If not, you can just write your own views that upload the data to a place of your choosing. You'd be dealing with request.FILES for this. Adrian -- Adrian Holovaty holovaty.com | djangoproject.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---