如何在asp.net中使用进度条上传图像 [英] How to upload image with progress bar in asp.net

查看:60
本文介绍了如何在asp.net中使用进度条上传图像的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嗨 我正在寻找有关使用进度条上传图像的教程或文章
任何帮助将不胜感激
我知道它很容易在Google上冲浪,但我正在寻找推荐的文章或教程
感谢

解决方案

添加脚本管理器,UpdatePanel,更新进度控件.........



 
< asp:scriptmanager id ="ScriptManager" runat ="server" xmlns:asp =#unknown">



< asp:updatepanel id ="UpdatePanel1" runat ="server" xmlns:asp =#unknown">
< contenttemplate>
< asp:updateprogress id ="UpdateProgress1" runat ="server">
< progresstemplate>
正在更新数据....

height ="20" width ="20"/>






您好,

请仔细阅读以下文章:

http://www.c-sharpcorner.com/uploadfile/munnamax/progressbar07062007122122251pm/progressbar.aspx [ ^ ]

http://forums.asp.net/t/1107392.aspx/1 [ ^ ]


请参阅以下链接
Ajax文件上传 [ 解决方案

Add Script Manager, UpdatePanel, Update Progress controls............



 
<asp:scriptmanager id="ScriptManager" runat="server" xmlns:asp="#unknown">



<asp:updatepanel id="UpdatePanel1" runat="server" xmlns:asp="#unknown">
<contenttemplate>
<asp:updateprogress id="UpdateProgress1" runat="server">
<progresstemplate>
Updating Data.... 

height="20" width="20" />






Hello,

Please go through the articles given below:

http://www.c-sharpcorner.com/uploadfile/munnamax/progressbar07062007122251pm/progressbar.aspx[^]

http://forums.asp.net/t/1107392.aspx/1[^]


refer the following link
Ajax File Upload[^]


这篇关于如何在asp.net中使用进度条上传图像的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆