Register Register Member Login Member Login Member Login Forgot Password ??
PHP (Hypertext Preprocessor), ASP (Active Server Pages), ASP.NET, VB.NET, C# (.Net 1.1, 2.0, 3.5, 4.0)
   
   
  Registered : 74,379
   
 
HOME > ASP.NET > ASP.NET HTML Controls > ASP.NET HTMLInputFile

ASP.NET HTMLInputFile

 
 
Send To Friend.Bookmark.
ASP.NET HTMLInputFile เป็นคอนโทรลใช้ในการสร้าง File Browser เพื่ออัพโหลดไฟล์ ในการใช้คอนโทรลนี้จะต้องทำการเพื่ม enctype="multipart/form-data" ในส่วนของ Form ด้วยครับ

Language Code : VB.NET || C#

ASP.NET HTMLInputFile

Framework : 1,2,3,4

Syntax

<input id="[Name]" type="file" runat="server">



HTMLInputFile.aspx

<%@ Page Language="VB" %>
<script runat="server">

    Sub Button1_OnClick(sender As Object, e As EventArgs)
		If Not IsNothing(File1.PostedFile) Then
			Dim strFileName = System.IO.Path.GetFileName(File1.Value)
			Me.lblText1.Text = strFileName & " Uploaded."
			File1.PostedFile.SaveAs(Server.MapPath("Myfiles/"&strFileName))
		End If
    End Sub

</script>
<html>
<head>
</head>
<body>
    <form runat="server" enctype="multipart/form-data">
        <input id="File1" type="file" runat="server">
        <input id="Button1" type="button" OnServerClick="Button1_OnClick"  value="Button" runat="server" />
        <hr />
        <asp:Label id="lblText1" runat="server"></asp:Label>
    </form>
</body>
</html>


Screenshot

ASP.NET HTML Form


ASP.NET HTML Form


ASP.NET HTML Form




ASP.NET WebMatrix - Control & Element

ASP.NET & Visual Studio .Net 2003 - Control & Element

ASP.NET & Visual Studio 2005,2008 - Control & Element

ASP.NET & Visual Studio 2010 - Control & Element




 

ช่วยกันสนับสนุนรักษาเว็บไซต์ความรู้แห่งนี้ไว้ด้วยการสนับสนุน Source Code 2.0 ของทีมงานไทยครีเอท

 
  By : ThaiCreate.Com Team (บทความเป็นลิขสิทธิ์ของเว็บไทยครีเอทห้ามนำเผยแพร่ ณ เว็บไซต์อื่น ๆ)
  Score Rate :  
  Create/Update Date : 2008-10-27 07:05:27 / 2010-07-10 13:28:06
  View : 1,633
  Download : Download  ASP.NET HTMLInputFile
   
 
Sponsored Links
  Download Google Chorme
 
Ads Contact : 08-1987-6107
Download Safari
 
Ads Contact : 08-1987-6107
 Sponsored Links
ASP.NET HTML Control
Rate : View : 3,618
ASP.NET HTMLAnChor
Rate : View : 1,794
ASP.NET HTMLButton
Rate : View : 2,180
ASP.NET HTMLForm
Rate : View : 2,054
ASP.NET HTMLGeneric
Rate : View : 1,469
ASP.NET HTMLImage
Rate : View : 1,775
ASP.NET HTMLInputButton
Rate : View : 1,563
ASP.NET HTMLInputCheckBox
Rate : View : 1,556
ASP.NET HTMLInputHidden
Rate : View : 1,402
ASP.NET HTMLInputImage
Rate : View : 1,491
ASP.NET HTMLInputRadioButton
Rate : View : 1,441
ASP.NET HTMLInputText
Rate : View : 1,622
ASP.NET HTMLSelect
Rate : View : 1,594
ASP.NET HTMLTable
Rate : View : 1,762
ASP.NET HTMLTableCell
Rate : View : 1,400
ASP.NET HTMLTableRow
Rate : View : 1,386
ASP.NET HTMLTextArea
Rate : View : 1,537
ASP.NET HTMLSubmit
Rate : View : 1,609
ThaiCreate.Com Forum
PHP Forum ASP Forum
.NET Forum Graphic Forum
Comunity Forum Free Web Script
Jobs Freelance Free Uploads
Free Web Hosting Free Tools



 

© www.ThaiCreate.Com. 2003-2009 All Rights Reserved. Link : ไทยกู๊ดเว็บ , ติดแก๊ส , Hosting
Comments & Suggestions Please Contact Us : thaicreate at hotmail dot com [Conditions Privacy Statement] ติดต่อโฆษณา 01-987-6107 อัตราราคา คลิกที่นี่