Re: File uploading problems

2007-09-24 Thread jacoberg2
Hey thanks for your help, but i may need a little more. I dont really know anything about apache and without a good background everything i look up is just confusing me. i changed the file system permissions to allow "everyone" to write in the bulk file which is where i have the files directed.

Re: File uploading problems

2007-09-22 Thread Russell Keith-Magee
On 9/22/07, jacoberg2 <[EMAIL PROTECTED]> wrote: > > I tried using the file upload methods like using a filefield in a > model, and i got it to work on a test program but i can't sem to get > it to work on my real site and I get a few different errors when it > comes up. this is my code: ... >

File uploading problems

2007-09-21 Thread jacoberg2
I tried using the file upload methods like using a filefield in a model, and i got it to work on a test program but i can't sem to get it to work on my real site and I get a few different errors when it comes up. this is my code: class BulkDataRegFile(models.Model): user =