low level information needed for the uploading of

2019-08-22 04:46发布

问题:

I have been studying the process of the file uploading via http. My question is that how the file is upload via ajax and not through full page postbacks. I want to know how the file is transmitted via ajax. I read this article. The article mentioned says this method is not possible if the FormData is not available. But I want to know is there anyother method to make the ajax file upload work on all the browser without using iframe method?

回答1:

without FormData you need to use iframe. Alternativly there are libraries which emulate the functionality using a hidden flash or silverlight.