[jQuery] File Uploads with Form Plugin

2008-04-04 Thread NickUK
Hi, I have jQuery 1.2.3 and the Form plugin 2.07. I don't know if I'm doing some wrong here, my PHP code seems fine but here's the problem. If you just upload an image (don't fill OR fill in the text fields) it seems to skip all my PHP validation and just reload the page into the output DIV on su

[jQuery] File uploads with Form plugin

2007-08-24 Thread Shaun Kester
I'm loading my form into a div via $.load() and attaching the form. The only field in the form is a file upload. My buffer on the server is empty after I submit and I am not getting any error messages. Does the file support in the form plugin work when the form is loaded with ajax? Code Sample --

[jQuery] File uploads with Form plugin

2007-08-24 Thread Shaun Kester
I'm loading my form into a div via $.load() and attaching the form. The only field in the form is a file upload. My buffer on the server is empty after I submit and I am not getting any error messages. Does the file support in the form plugin work when the form is loaded with ajax? Code Sample --