Quantcast
Channel: AjaxControlToolkit Work Item Rss Feed
Viewing all articles
Browse latest Browse all 4356

Commented Issue: AjaxFileUpload - Not Uploading more than one file [27191]

$
0
0
When I select more than one file and click upload. the First file goes through the sequence turns green and is done uploading.

The second file does not even start. Also clicking cancel does nothing.

Does the uploadComplete Event fire for each file being uploaded ?

protected void AjaxFileUpload1_UploadComplete(object sender, AjaxControlToolkit.AjaxFileUploadEventArgs e)
{
photo[imgCount++] = e.GetContents();
} //imgCount and photo are static variables of the page that are only refreshed once. i.e. !Page.IsPostBack

.NET 4 and Chrome 20
Comments: 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..

Viewing all articles
Browse latest Browse all 4356

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>