티스토리 뷰
[참고] http://mlmlml.yaekumo.com/MultiFileUpload/
mupload_form.htm
- 파일 업로드 폼
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> </head> <body></body> </html>
mupload.asp
- 파일 업로드를 처리
<% '---------------------------------------------------------------------- ' Upload backend process '---------------------------------------------------------------------- Set Upload = Server.CreateObject("TABS.Upload") Upload.Start Server.Mappath("./data") Set uFiles = Upload.Form("attachedFiles[]") 'Response.Write(uFiles.count) : Response.End For Each uFile In uFiles uFile.Save Next Set Upload = Nothing %>
'웹프로그래밍 > ASP Classic' 카테고리의 다른 글
Ajax Upload (0) | 2009.04.01 |
---|---|
ASP Xtreme Evolution Framework (0) | 2009.04.01 |
ASP XML DOM (0) | 2009.03.31 |
자바스크립트를 이용한 세션 자동 연결 종료 체킹 (0) | 2009.03.26 |
ASP에서 XML 다루기 Microsoft.XMLDOM (0) | 2009.03.25 |
댓글
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
- Make Use Of
- How to geek
- 인터넷 통계정보 검색시스템
- 트위터 공유 정보모음
- 웹표준KR
- 치우의 컴맹탈출구
- Dev. Cheat Sheets
- w3schools
- Dev. 조각들
- ASP Ajax Library
- CSS Tricks
- WebResourcesDepot
- jQuery Selectors Tester
- DeveloperSnippets
- Smashing Magazine
- Nettuts+
- devListing
- 웹 리소스 사이트(한)
- Mobile tuts+
- Dream In Code
- Developer Tutorials
- CSS3 Previews
- 자북
- 안드로이드 사이드
- Code Visually
- Code School
- SQLer.com
- 무료 파워포인트 템플릿
- iconPot
- Free PowerPoint Templates
- Design Bombs
- Web Designer Wall
- 1st Webdesigner
- Vandelay Design
- 무료 벡터 이미지 사이트들
- Tripwire Magazine
- Web TrendSet
- WebMonkey
- 윤춘근 프리젠테이션 디자이너 블로그
- cz.cc 무료 DNS
- [웹하드] MediaFire
- [웹하드] DivShare
- 한컴 인터넷 오피스
TAG
- Prototype
- JQuery
- API
- JSON
- 안드로이드
- iis
- Linux
- sencha touch
- Chrome
- IOS
- IE
- Debug
- Android
- iphone
- Docker
- 워드프레스
- PHP
- javascript
- git
- mssql
- ASP
- centos
- nodejs
- nginx
- classic asp
- laravel
- Mac
- CSS
- Wordpress
- 한글
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
글 보관함