low level information needed for the uploading of

2019-08-22 04:11发布

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条回答
一纸荒年 Trace。
2楼-- · 2019-08-22 04:52

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

查看更多
登录 后发表回答