C# AJAX Multiple File Uploads? -


i have asp.net, c# page accepts text , (currently) 1 file ms ajaxtoolkit asyncfileupload. however, want users able upload multiple files - upload 1 files or 10 files. what's best way handle this? ideally, i'd them upload 1 file @ time, , once file finishes uploading, control appears ready accept file (or can remain blank because user finished uploading).

so i'm looking 2 answers. 1 how handle gui side of , other codebehind - how multiple files when there 1 or 10 controls check?

if have access asp.net mvc, take here


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -