[jQuery] Re: passing form data to $.ajax

2008-03-05 Thread andrea varnier
On 4 Mar, 12:58, "Mike Alsup" <[EMAIL PROTECTED]> wrote: > You cannot upload files with ajax. Use the form plugin for that > functionality. thank you :)

[jQuery] Re: passing form data to $.ajax

2008-03-04 Thread Mike Alsup
You cannot upload files with ajax. Use the form plugin for that functionality. > I'm wondering is there a way to pass form data to $.ajax()? > let's say I want to upload a file, what is the correct way? > passing the content of the input type="file" this way > $('#myInput').val() > doesn't