Javascript file upload plugin with progress bar support. Works in all major browsers, including IE7+, Chrome, Firefox, Safari, and Opera. No dependencies - use it with or without jQuery.
I am trying to upload two images via two different buttons..So I am trying to show two progress for two buttons ,But one progress bar is overlapping antother. where i have two element progressBar1 and progressBar2 , So I call the functions two times
intializeup(1);
intializeup(2);
function intializeup(para)
{
var btn = document.getElementById('mergedp'+paras),
progressBar = document.getElementById('progressBar'+para),
progressOuter = document.getElementById('progressOuter'+para),
msgBox = document.getElementById('msgBox');
window['myVar'+para] = new ss.SimpleUpload({
I am trying to upload two images via two different buttons..So I am trying to show two progress for two buttons ,But one progress bar is overlapping antother. where i have two element progressBar1 and progressBar2 , So I call the functions two times
intializeup(1); intializeup(2);
function intializeup(para) { var btn = document.getElementById('mergedp'+paras), progressBar = document.getElementById('progressBar'+para), progressOuter = document.getElementById('progressOuter'+para), msgBox = document.getElementById('msgBox'); window['myVar'+para] = new ss.SimpleUpload({