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

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

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -