开发者

Uploading single file using jquery in asp.net

开发者 https://www.devze.com 2023-03-29 17:45 出处:网络
i want to implement the simple file upload without flash.. and single file, but with jquery, there should not be any postbacks...

i want to implement the simple file upload without flash.. and single file, but with jquery, there should not be any postbacks...

can anyone suggest some jquery code for uploading file to the server. thanks in advanc开发者_JS百科e


Since you are only trying to upload a single file, I would use the upload control and then use a JQuery progress bar like one of the controls here: http://dj.codeplex.com/

If you use the extender and updatepanel, there will be no postbacks.

0

精彩评论

暂无评论...
验证码 换一张
取 消