i was curious if there was a way for me to set up an ajax call such that a string would be recognized as a file.
i essentially created a XML via javascript that is in string format, and want to upload it, but the server looks for a file.
I was thinking that i would have to post it to a webservice such that it would post to a iframe as file contents or something and then upload it that way or some other hack around it.
EDIT: I was thinking this might be a solution? Creating a fake file? How to upload string as file with jQuery or other js framework