Multi-File upload solution at the same time in ASP

Source: Internet
Author: User
Upload the form as follows:

Title:
Gender: Male and female
Belong to: Literature Sports Art Other
Whether to select:
Content:
Category: Classification 1 classification 2 classification 3 classification 4 Classification 5

Select File One:
Select File Two:
Select File Three:
Select File Four:
Select File Five:


ASP Source code:
<HTML>
<BODY>
<TITLE> File Upload </TITLE>
<CENTER>
</CENTER>
<% Set Obj = Server.CreateObject ("Yousoft.uploadfile")
Response.Write "Total upload" & obj. Count & "File <br> total data size" & obj. TotalBytes & "Bytes<br> spent a total of time" & (obj. spendtime/1000) & "SEC <br>"
Response.Write Obj.version%>
<HR>
<table width= "75%" border= "1" >
<tr>
&LT;TD width= "20%" > title:</td>
&LT;TD width= "80%" ><%=obj.form ("Title1")%></td>
</tr>
<tr>
&LT;TD width= "20%" > Belong to:</td>
&LT;TD width= "80%" ><%=obj.form ("Sel1")%></td>
</tr>
<tr>
&LT;TD width= "20%" > Sex:</td>
&LT;TD width= "80%" ><%=obj.form ("Sex1")%></td>
</tr>
<tr>
&LT;TD width= "20%" > Classification:</td>
&LT;TD width= "80%" ><%=obj.form ("List1")%></td>
</tr>
<tr>
&LT;TD width= "20%" > Content: </td>

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.