"Adrian Holovaty" <[EMAIL PROTECTED]> writes:

> 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.

Unfortunately (?), I am using the Django admin for the file uploads --
they are (potentially private) attachments to a wiki-like model, and
I'd like to leverage the admin for as much as possible.

Another possibility that occurs to me would be to use mod_rewrite to
redirect-away requests for that subdirectory of MEDIA_ROOT, but on the
other hand, I'd like to be as webserver-agnostic as possible.

-- 
+-----------------------------------------------------------+
| Jason F. McBrayer                    [EMAIL PROTECTED]  |
| A flower falls, even though we love it; and a weed grows, |
| even though we do not love it.            -- Dogen        |

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to