Re: Uploading files to subdirectories

2008-05-16 Thread Mike Hjorleifsson
what happens in your example if sally has a holiday.rtf ? On May 16, 3:00 am, James McGill <[EMAIL PROTECTED]> wrote: > Hi All, > I'm new to Django and I'm not sure how best to achieve the following: > > Users may upload files - each uploaded file is tied to a user in the > database using a Fore

Re: Uploading files to subdirectories

2008-05-16 Thread Sergio
Hello James, You can do that following this: http://code.djangoproject.com/wiki/CustomUploadAndFilters It uses signals to customize the upload path. James McGill escribió: > Hi All, > I'm new to Django and I'm not sure how best to achieve the following: > > Users may upload files - each upload