Quantcast
Channel: ASP.NET AJAX + Ajax Control Toolkit (ACT)
Viewing all articles
Browse latest Browse all 5678

AjaxFileUpload see if files are waiting in the queue to be uploaded

$
0
0

I'm using AjaxFileUpload in a small ASP.Net Web Forms project and it's working well. My application has a few text fields, check boxes, the uploader and a Submit button. When the user clicks the Submit button I need to be able to check the AjaxFileUpload control to see if there are any selected files in pending state and if there are I want to alert the user that there are files waiting to be uploaded. I can't seem to find a way to do this. I need this to happen in the code behind. I know that in the UploadStarted and UploadComplete event I can check "FilesInQueue" but I'm hoping there is a way to check the queue before the user has actually initiated the upload.

Thank you

Tony


Viewing all articles
Browse latest Browse all 5678

Trending Articles