How do you use a $.post().serialize() to participate with a form that has a enctype="multipart/form-data" ?
Was reading the comment to the 3rd answerer here: Making an HTTP POST call with multipart/form-data using jQuery?
What is that referring to? I just need to submit it, i'm not trying to read the file client-side, but the server script doesn't seem to be reading the data properly.
Thanks.