I'll investigate the jQuery Form Plugin. What I'm trying to achieve is just a simply AJAX action when the user leaves the form field 'product_code' - the page 'checkproductcode.cfm' will then be called and check that the value in 'product_code' is not already in the database.
The rest of the form I would like it to submit as usual - there is no need for the AJAX part. I hope that this sheds some more light on what it is I'm after... Many thanks. On Jun 11, 6:00 pm, "Mike Alsup" <[EMAIL PROTECTED]> wrote: > Well that's a different story then. You can't upload files via ajax. > Use the form plugin for that functionality. For details check > out:http://www.malsup.com/jquery/form/ > > Mike > > On 6/11/07, Neil Merton <[EMAIL PROTECTED]> wrote: > > > > > Thanks for the reply guys. > > > Mike - I'll have a look at the application/x-www-form-urlencoded > > option, see what it does. > > > Michael - that is a simplified form - the actual form does contain a > > file upload field.