开发者

Using Plupload to upload files, browse_button stops working

I have found that when the browse_button gets moved on the screen (possibly due to dynamic content), it doesn't work anymore a开发者_高级运维nd needs a Uploader.refresh() call (mentioned on the plupload forum).

I have been working around the issue by adding the refresh to the various effects callbacks:

$(".flash").fadeOut(3000, function(){
    uploader.refresh();
});

Unfortunately, I have jquery fadeIn/out everywhere, what would be a good way to avoid needing to call this function all the time?


the solution to this was to put the upload link inside of a div, thus making the location of the upload link relative to the div that it is in.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜