System.Web.HttpFileCollection Class
Information   Base Types   Related Resources

Provides access to and organizes files uploaded by a client.

  • Namespace: System.Web
  • First seen in: .NET v1.0.3705
  • Last seen in: .NET v1.1.4322
  • Last changed in: .NET v1.0.3705
  • Assembly: System.Web.dll

  • System.Collections.Specialized.NameObjectCollectionBase
  • View this type on MSDN
  • View this type on WinFX 247
    Articles (4)Discussions (13)MembersRotorChanges
    Articles

    Page: 1
    Allowing Users to Upload Multiple Files at Once
    DotNetJunkies
    This article demonstrates how to allow users to upload multiple files from thier computer (the client) to your server. Specifically, this article will demonstrate how to set up a page that has 5 HtmlInputFile controls where a user can choose 5 images to upload. Only .jpg and .gif extensions will be accepted on the server and each one will be saved to a different directory::so any image that has the extension .jpg will be saved to the jpgs direcory and .gif will be saved to the gifs directory and everything else isn't saved at all.
    Allowing Users to Upload Multiple Files at Once
    DotNetJunkies
    This article demonstrates how to allow users to upload multiple files from thier computer (the client) to your server.
    Uploading Files Using the File Field Control
    MSDN
    Learn how to use the Microsoft ASP.NET File Field control to allow your end-users to upload one or more files to your server.
    Using Multiple HtmlInputFile Controls on one Form
    DotNetJunkies
    In this article, Donny demonstrates how you can add more than one HtmlInputFile control to a Web Form to upload more than one file from client to server at a time.
    Ad
    MBR BootFX
    Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
     
     Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
    Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com