如何去除/取消uploadify中的进度条显示

 我来答
爱上北极之光
2017-05-17 · TA获得超过5154个赞
知道大有可为答主
回答量:4792
采纳率:15%
帮助的人:698万
展开全部
style type="text/css">
#some_file_queue {
background-color: #ffffff;
}
</style>
<div id="some_file_queue"></div>
<input type="file" name="file_upload" id="file_upload" />

$(function() {
$("#file_upload").uploadify({
'queueID' : 'some_file_queue',
'swf' : '/uploadify/uploadify.swf',
'uploader' : '/uploadify/uploadify.php'
});
});
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
书飞凝683
2018-06-28 · TA获得超过1518个赞
知道大有可为答主
回答量:2250
采纳率:83%
帮助的人:443万
展开全部
该这个uploadify-queue 试试吧 改css肯定可以实现的(2个月前 by 名字不能超过十个字)改了 uploadify-progress 和uploadify-progress-bar,这两项注销了,上传过程中进度条还是存在, 难道不是这两个CSS
本回答被网友采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
匿名用户
2018-02-28
展开全部
我是把这些给注释掉 进度条就不显示
/*.uploadify-queue {*/
/*margin-bottom: 1em;*/
/*display: none;*/
/*}*/
/*.uploadify-queue-item {*/
/*background-color: #F5F5F5;*/
/*-webkit-border-radius: 3px;*/
/*-moz-border-radius: 3px;*/
/*border-radius: 3px;*/
/*font: 11px Verdana, Geneva, sans-serif;*/
/*margin-top: 5px;*/
/*max-width: 350px;*/
/*padding: 10px;*/
/*}*/
/*.uploadify-error {*/
/*background-color: #FDE5DD !important;*/
/*}*/
/*.uploadify-queue-item .cancel a {*/
/*display: none;*/
/*background: url('../img/uploadify-cancel.png') 0 0 no-repeat;*/
/*float: right;*/
/*height: 16px;*/
/*text-indent: -9999px;*/
/*width: 16px;*/
/*}*/

/*.uploadify-queue-item.completed {*/
/*background-color: #E5E5E5;*/
/*}*/
/*.uploadify-progress {*/
/*background-color: #E5E5E5;*/
/*margin-top: 10px;*/
/*width: 100%;*/
/*}*/
/*.uploadify-progress-bar {*/
/*background-color: #0099FF;*/
/*height: 3px;*/
/*width: 1px;*/
/*}*/
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 1条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式