简体   繁体   中英

How to upload the file using asp.net and jquery

I want to retrieve the file data in jquery and upload this to aspx page. I have read about the html5 way of doing this but want to know how to do this old browser(not supporting html5).

Do you just want to read through javascript or do you want to upload? Have a look at : https://stackoverflow.com/questions/5397991/html-4-equivalent-of-html-5s-filereader for accessing file data.

If it is just about posting file to server using ajax, then you can use jquery plugin (easy way) or write ajax request through javascript to post details.

也许Uploadify是你的朋友...阅读更多信息http://markp3rry.wordpress.com/?s=uploadify&submit=Search

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM