fileupload存在后启用按钮 [英] button enable after fileupload exist

查看:90
本文介绍了fileupload存在后启用按钮的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个控制文件上传

并且按钮是上传





按钮应该是不可见

我选择文件后,上传按钮应启用如何执行此操作

解决方案

 


document )。ready(
function ( ){


' #<%= FileUpload1.ClientID%> ')。change( function (){
if

i have one control fileupload
and button is "upload"


intially button should be not visible
after i select file after that upload button should enable how to do this

解决方案


(document).ready( function(){


('#<%= FileUpload1.ClientID %>').change(function(){ if(


这篇关于fileupload存在后启用按钮的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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