Re: Help with Files

2007-03-05 Thread [EMAIL PROTECTED]
Well... I'm honestly just treating the file name in the database as a varchar field ... because after I upload my files... I rename them with a uniqueid, and move them to specific directories based on that ID...but anyhow... below is the code for the basic idea... I've parsed out some of my projec

Re: Help with Files

2007-03-05 Thread Gerard M
I would love to see that code Carole thanks a lot, and if you used some kind of class definition to use it with the database and the view you created I would love to have a look at that one too as well, thanks On 5 mar, 14:23, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > I ended up using an o

Re: Help with Files

2007-03-05 Thread [EMAIL PROTECTED]
I ended up using an old fashioned form to post files with standard python code (inside of a view though), because I didn't like the way django handled them. I can post a sample of that if you like . On Mar 5, 2:06 pm, "Gerard M" <[EMAIL PROTECTED]> wrote: > Hello, im very new to django a