ASP.Net class to receive multiple file uploads from the browser
Questions tagged [httpfilecollection]
17 questions
0
votes
2 answers
Flajaxian Custom Folder Save Location
I see a lot of people coming up with some excessive ways to change the folder location on the fly with flajaxian multiple file upload control.
Was just wondering if the more experienced could take a look at the way I've come up with and let me…

clamchoda
- 4,411
- 2
- 36
- 74
0
votes
1 answer
select particular key by name from HttpFileCollection
how to select particular item from HttpFileCollection Object
HttpFileCollection uploads = default(HttpFileCollection);
uploads = HttpContext.Current.Request.Files;
I want to select some keys from uploads

Vishwajeet
- 1,575
- 2
- 19
- 35