I'm having trouble posting a form with file fields <input type='file' ... >
Does anyone have any ideas to get this working?
I have jQuery included, and am using it to post the form among other things.
Thanks in advance!
You're going to have to show us the code you're using before we can even begin to help.
And describe the symptoms, as well (we can guess that it's "not working" - you're posting to ask for help, after all - it's much more useful to say what is happening).
Sorry for not being more clear. I guess what I really wanted to know was how to add the file fields to the parameters sent via Ajax.
After I posted the initial above, I stumbled on the answer in the jQuery docs.
Thanks for the replies!