ASP. NET multi-File Upload

Source: Internet
Author: User

Multifile upload

The garden contains great shrimps and descriptions from scientists.

For work reasons, the younger brother also needs to implement this function.

After sorting out the ideas, I started to do what I did.

This section describes how to implement Multifile upload and the problems encountered.

 

1. design page, because it is a Demo program interface design, it is not beautifying, paste code

 

Code
 <% @ Page Language = "C #" AutoEventWireup = "true" CodeBehind = "MulitFilesUpload. aspx. cs"
Inherits = "WQT. WebUI. Jquery. MulitFilesUpload" %>

<! DOCTYPE html PUBLIC "-// W3C // dtd xhtml 1.0 Transitional // EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<Html xmlns = "http://www.w3.org/1999/xhtml">
<Head runat = "server">
<Title> Multifile upload </title>

<Script type = "text/javascript" src = "../Lib/jquery-1.4.2.min.js"> </script>

<Script type = "text/javascript">
Var fileIndex = 2;
Var controlId = "file ";
$ (Function (){
$ ("# BtnAddNew"). bind ("click", function (){
$ ("# Container"). append ("<input type = file name =" + controlId + fileIndex + "/> ");
FileIndex ++;
});
});
</Script>

</Head>
<Body>
<Form id = "form1" runat = "server" enctype = "multipart/form-data">
<Div id = "Container"
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.