파일 잘 올라 갑니다.
참고 하세요~
<%@ Import Namespace="System.IO" %>
<script runat="server" language="C#">
void Page_Load() {
//HtmlInputFile 클래스에서 제공하는 프러퍼티중에서 PostedFile은
//업로드된 파일이 없다면 PostedFile은 null입니다.
//HttpPostedFile 개체는 다음과 같은 4개의 프로퍼티를 제공합니다.
//ContentLength : 업로드된 파일의 크기
//ContentType : 업로드된 파일의 MIME 타입(예 : image/gif)
//FileName : 클라이언트 컴퓨터 상에서의 업로드된 파일의 전체경로 (예 : c:tempMyPicture.gif)
//InputStream : 업로드된 데이터를 엑서스하기 위한 스트림 개체
if( filMyFile.PostedFile != null )
{
// HttpPostedFile 개체를 받아 옵니다.
HttpPostedFile myFile = filMyFile.PostedFile;
//파일 사이즈를 받아 옵니다.
int nFileLen = myFile.ContentLength;
//파일 사이즈 만큼 바이트 배열을 잡는다.
byte[] myData = new byte[nFileLen];
//스트림에서 파일을 읽어 바이트 배열에 담자.
myFile.InputStream.Read(myData, 0, nFileLen);
// 파일 생성
string strPath = @"D:\강의자료\울산\예제\ASP-NET" + Path.GetFileName(myFile.FileName);
FileStream newFile = new FileStream(strPath, FileMode.Create);
// byte 배열의 내용을 파일에 씁니다.
newFile.Write(myData, 0, myData.Length);
// 파일을 닫습니다.
newFile.Close();
}
}
</script>
<html><head></head><body>
<form id="Form1" method="post" runat="server" enctype="multipart/form-data">
<input id="filMyFile" type="file" runat="server"><br>
<input type="submit">
</form>
</body>
</html>
참고 하세요~
<%@ Import Namespace="System.IO" %>
<script runat="server" language="C#">
void Page_Load() {
//HtmlInputFile 클래스에서 제공하는 프러퍼티중에서 PostedFile은
//업로드된 파일이 없다면 PostedFile은 null입니다.
//HttpPostedFile 개체는 다음과 같은 4개의 프로퍼티를 제공합니다.
//ContentLength : 업로드된 파일의 크기
//ContentType : 업로드된 파일의 MIME 타입(예 : image/gif)
//FileName : 클라이언트 컴퓨터 상에서의 업로드된 파일의 전체경로 (예 : c:tempMyPicture.gif)
//InputStream : 업로드된 데이터를 엑서스하기 위한 스트림 개체
if( filMyFile.PostedFile != null )
{
// HttpPostedFile 개체를 받아 옵니다.
HttpPostedFile myFile = filMyFile.PostedFile;
//파일 사이즈를 받아 옵니다.
int nFileLen = myFile.ContentLength;
//파일 사이즈 만큼 바이트 배열을 잡는다.
byte[] myData = new byte[nFileLen];
//스트림에서 파일을 읽어 바이트 배열에 담자.
myFile.InputStream.Read(myData, 0, nFileLen);
// 파일 생성
string strPath = @"D:\강의자료\울산\예제\ASP-NET" + Path.GetFileName(myFile.FileName);
FileStream newFile = new FileStream(strPath, FileMode.Create);
// byte 배열의 내용을 파일에 씁니다.
newFile.Write(myData, 0, myData.Length);
// 파일을 닫습니다.
newFile.Close();
}
}
</script>
<html><head></head><body>
<form id="Form1" method="post" runat="server" enctype="multipart/form-data">
<input id="filMyFile" type="file" runat="server"><br>
<input type="submit">
</form>
</body>
</html>
[100%환급,실무전문]SQL/빅데이터/자바/스프링/웹퍼블리싱/안드… | 12-27 | 2810 | ||
[채용확정무료교육]오라클자바개발잘하는신입뽑기2개월과정,교육… | 12-11 | 2043 | ||
53 | [평일100%환급7건]웹퍼블리싱,자바&JSP,안드로이드,C#닷넷,SQL기… | 03-15 | 1867 | |
52 | [주말]C#,ASP.NET마스터 | 01-31 | 2024 | |
51 | [기업100%환급,평일주간]SQL기초에서스키마오브젝트,PLSQL,힌트… | 01-31 | 2988 | |
50 | [주말주간]자바&웹,jQUERY,스프링프레임워크,마이바티스 | 01-31 | 1560 | |
49 | [평일주간/야간,주말주간/야간]Spring,MyBatis,Hibernate개발자… | 01-19 | 1882 | |
48 | [평일주간/야간,주말주간/야간]안드로이드개발자과정(Adnroid 교… | 01-11 | 1756 | |
47 | [평일야간,주말주간야간]JAVA,Network&JSP&Spring,MyBatis,Hiber… | 01-03 | 2332 | |
46 | [100%환급,실무전문]SQL/빅데이터/자바/스프링/웹퍼블리싱/안드… | 12-27 | 2810 | |
45 | [주말야간]개발자를위한PLSQL,SQL튜닝,힌트(토/일) | 12-19 | 1969 | |
44 | [평일주간/야간,주말주간/야간]웹퍼블리싱 마스터(HTML5,CSS3,jQ… | 12-14 | 1949 | |
43 | [채용확정무료교육]오라클자바개발잘하는신입뽑기2개월과정,교육… | 12-11 | 2043 | |
42 | [주말야간]JAVA,JSP,Spring,PLSQL,힌트,웹퍼블리싱,안드로이드,… | 12-09 | 1589 | |
41 | [평일야간,주말야간]닷넷(C#,Network,ADO.NET,ASP.NET)마스터 | 12-01 | 1813 | |
40 | [기업100%환급]오라클&자바웹스프링신입과정3주(SQL,JAVA,JSP,Se… | 12-01 | 2039 | |
39 | [평일야간,주말]SQL기초에서실무까지(SQL기초,PLSQL,힌트,튜닝) | 12-01 | 1465 |
댓글 없음:
댓글 쓰기