I need redirect the page after uploading more than one files?
but in ajaxfileupload fire only one files uploaded.It will redirect the page.
This is im using javascript for onclientuploadcompled
function onClientUploadComplete(sender, e) {
var proj = getQuerystring('project');
var fID = getQuerystring('folderid');
window.location='ProjectDocuments.aspx?project=' + proj + '&folderID=' + fID;
plz hlp me Quick..
but in ajaxfileupload fire only one files uploaded.It will redirect the page.
This is im using javascript for onclientuploadcompled
function onClientUploadComplete(sender, e) {
var proj = getQuerystring('project');
var fID = getQuerystring('folderid');
window.location='ProjectDocuments.aspx?project=' + proj + '&folderID=' + fID;
plz hlp me Quick..