Sometimes it's the most frustrating problems. Your example worked, though I removed the extra nameconflict tag ;)
It made me look for other problems, 'cause dammit it's a simple file upload. I'm using a premade template, and for some unknown reason the designer put in a couple of random <form> tags, which nested with my tag and broke the submit function. I'm going to print the source for this template on paper, find the designer of it and make him eat it. Thanks for helping me out Matt On Tuesday, August 19, 2014 5:59:57 AM UTC-5, Matthew Roach wrote: > > Marcus, > > Here is a very simple Upload form, with only a file upload. > > https://gist.github.com/matthewroach/e5d7900219c1cd9fa96b > > Maybe match it up with what you have an see what's the difference is > > Regards, > Matthew > > > > > Marcus F <mailto:[email protected] <javascript:>> > > 19 August 2014 11:54 > > I did that on purpose, it's supposed to just grab the first filefield > > it sees, and I get the same error when I include it. > > > > On Tuesday, August 19, 2014 5:53:28 AM UTC-5, Matthew Roach wrote: > > -- > > -- > > online documentation: http://openbd.org/manual/ > > http://groups.google.com/group/openbd?hl=en > > > > --- > > You received this message because you are subscribed to the Google > > Groups "Open BlueDragon" group. > > To unsubscribe from this group and stop receiving emails from it, send > > an email to [email protected] <javascript:> > > <mailto:[email protected] <javascript:>>. > > For more options, visit https://groups.google.com/d/optout. > > Matthew Roach <mailto:[email protected] <javascript:>> > > 19 August 2014 11:53 > > Looks like you are missing the FILEFIELD attribute from the cffile > > tag. Add that in an see if you still get the error > > > > > > > > > > Marcus F <mailto:[email protected] <javascript:>> > > 19 August 2014 11:48 > > I'm working on a small site that includes a form with a file upload. > > > > I've no idea why, but I keep getting this error:"this was not an > > uploaded form type" no matter what I try. > > > > I've removed as much as possible, leaving just <cffile action="upload" > > destination="#destination#"> and the form includes <input type="file" > > name="hampic"> > > > > Just trying to upload a jpg file. > > > > Any ideas? It seems to boil down to a JAVA error message, but not > > being a JAVA coder I've no idea what to look for or what the error > > actually means. > > -- > > -- > > online documentation: http://openbd.org/manual/ > > http://groups.google.com/group/openbd?hl=en > > > > --- > > You received this message because you are subscribed to the Google > > Groups "Open BlueDragon" group. > > To unsubscribe from this group and stop receiving emails from it, send > > an email to [email protected] <javascript:> > > <mailto:[email protected] <javascript:>>. > > For more options, visit https://groups.google.com/d/optout. > -- -- online documentation: http://openbd.org/manual/ http://groups.google.com/group/openbd?hl=en --- You received this message because you are subscribed to the Google Groups "Open BlueDragon" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
