Multi-file upload in ASP.NET author: Meng will come from: [Meng] will be the best of the world Date: 2003-5-20 23:41:07 ------------- -------------------------------------------------- ----------------- In the previous web application, the uploaded file is a very troublesome thing, now there is .NET, file uploads become gently easy. The following example implements a multi-file upload function. You can dynamically add input forms, and the number of files upload is not limited. code show as below:
MultiUPload.aspx
! <% @ Page Language = "vb" AutoEventWireup = "false" Codebehind = "MultiUpload.aspx.vb" Inherits = "aspxWeb.MultiUpload"%>