Re: File Uploading

2009-02-12 Thread 1234
enctype 2009/2/12 huw_at1 > > Yep I just found the thread about the enctype and indeed it was this > and not my comp catching fire!!! Many thanks :) > > On Feb 12, 2:48 pm, Alex Gaynor wrote: > > On Thu, Feb 12, 2009 at 9:38 AM, Karen Tracey > wrote: > > > On Thu, Feb 12, 2009 at 8:02 AM, huw_

Re: File Uploading

2009-02-12 Thread huw_at1
Yep I just found the thread about the enctype and indeed it was this and not my comp catching fire!!! Many thanks :) On Feb 12, 2:48 pm, Alex Gaynor wrote: > On Thu, Feb 12, 2009 at 9:38 AM, Karen Tracey wrote: > > On Thu, Feb 12, 2009 at 8:02 AM, huw_at1 wrote: > > >> Hi all, > > >> I am tryi

Re: File Uploading

2009-02-12 Thread Alex Gaynor
On Thu, Feb 12, 2009 at 9:38 AM, Karen Tracey wrote: > On Thu, Feb 12, 2009 at 8:02 AM, huw_at1 wrote: > >> >> Hi all, >> >> I am trying to write a simple app that allows a user to select a file >> (via the browse button) from which data can be read in and parsed. I >> have read several examples

Re: File Uploading

2009-02-12 Thread Karen Tracey
On Thu, Feb 12, 2009 at 8:02 AM, huw_at1 wrote: > > Hi all, > > I am trying to write a simple app that allows a user to select a file > (via the browse button) from which data can be read in and parsed. I > have read several examples but none seem to do exactly what I want. I > have built a form

Re: file uploading clean_data code missing

2008-01-03 Thread Karen Tracey
On Jan 3, 2008 10:49 AM, Chris Haynes <[EMAIL PROTECTED]> wrote: > > With the following form in my template > > > File: > {{ form.code }} > > > > > and the appended view code, I get the desired form with text box, > Browse... and Submit buttons. But when > browse for a plain text file and hit

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

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