Using Validation + upload plugins problem
I use Validation plagin (
http://docs.jquery.com/Plugins/Validation) and upload plugin (
http://lagoscript.org) together. And it is problem.
I have a html form (call it myForm). Its have input file element (file-1).
Upload plugin use an iframe (as you well know) for submit dinamicly generated form around file input element (file-1). But this submitting is trigger myForm submitting. If do not use Validation plugin, uploads works well
without myForm submiting . I tryed to fix it by myself, but validation plugin is difficult for my undestand.
And I ask you to help me =)
sorry for my english