This topic has not yet been rated - Rate this topic

HttpFileCollection.Get Method

Returns an individual HttpPostedFile object from a file collection. This property is overloaded to allow retrieval of objects by either name or numerical index.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  Name Description
Public method Get(Int32) Returns the HttpPostedFile object with the specified numerical index from the file collection.
Public method Get(String) Returns the HttpPostedFile object with the specified name from the file collection.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.