I was looking on Google for information on how to send a post to an ashx page with both a file (for uploading) and some post parameters like the file's name.
Does the XMLHttpRequest send(...) method accept both datafile and string in the same call?
I am using Ajax to make this call.
Thanks.