티스토리 뷰
ABCUpload 마지막 무료 버젼
한글 깨지지 않게 하기 위해서는 폼 변수 끝에 (1) 를 붙여야 함!!!
Set Upload = Server.CreateObject("ABCUpload4.XForm")
Upload.Maxuploadsize = x * 1048576 '최대 파일 사이즈 지정
Upload.AbsolutePath = True '절대 경로로 접근
Upload.Overwrite = True '같은 파일 있을 때 덮어쓰기 가능으로 설정
Upload.CodePage = 65001 '949=한글
postTitleValue = Upload("title")(1)
Method | Description |
Read | Read in raw uploaded data from a file. |
Save | Save the raw uploaded data. |
SetUser | Impersonate a different user. |
Property | Default | Description |
Item | Yes | A set of fields referenced by name or number. |
Count | No | The number of field sets available. |
ID | No | The form unique ID. |
AbsolutePath | No | Whether to use absolute or virtual paths. |
Overwrite | No | Whether to overwrite existing files. |
MaxUploadSize | No | The maximum size of uploads to allow. |
User | No | The current identity being used by ABCUpload. |
Domain | No | The domain which the user belongs to. |
CodePage | No | The character set codepage to use. |
Multipart | No | Whether multipart data was submitted. |
Streams | No | Whether to use NTFS streams. |
Method | Description |
Save | Allows you to save the contents of a field. * 저장하는 메서드 |
Property | Default | Description |
Name | No | The name of the HTML field. |
Content | Yes | The content of the field as a string. |
Length | No | The size of the data held in the field. * 파일사이즈 |
FileExists | No | If a file was uploaded. * 업로드되었는지 |
FileName | No | The URL safe uploaded filename. |
FileType | No | The inferred file name extension of the file. |
MIMEType | No | The MIME type of the uploaded file. * 마임타입 |
MacBinary | No | If the file was encoded as MacBinary. |
SafeFileName | No | The Windows safe filename. |
RawFileName | No | The uploaded filename. * 파일이름 구하기 |
RawFileType | No | The file name extension of the file. |
RawFilePath | No | The uploaded filepath. |
Data | No | The data within the uploaded file. |
Resource | No | The resource data within the uploaded file. |
RawData | No | The raw uploaded file data. |
RawLength | No | The raw uploaded file length. |
ImageType | No | The type of image file uploaded.* 이미지파일종류 |
ImageWidth | No | The width of image file uploaded.* 이미지 넓이 |
ImageHeight | No | The height of image file uploaded.* 이미지 높이 |
'웹프로그래밍 > ASP Classic' 카테고리의 다른 글
무료 국산 파일 업/다운로드 컴포넌트 XionSoft (0) | 2014.11.18 |
---|---|
ASP 업로드 클래스 freeASPUpload ver. 2010-09-03 (0) | 2014.11.01 |
무료 업로드 컴포넌트 UpDownExpress 2.0 (0) | 2014.05.07 |
windows 2003 iis 6 classic asp 큰 이미지 썸네일 컴포넌트 오류 문제 (0) | 2014.05.03 |
Class Constructor 에 Arguments 전달 (0) | 2014.03.18 |
댓글
최근에 올라온 글
최근에 달린 댓글
- 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
- Debug
- classic asp
- Chrome
- Docker
- mssql
- Linux
- iis
- JQuery
- iphone
- CSS
- IE
- 안드로이드
- ASP
- JSON
- Prototype
- Mac
- sencha touch
- laravel
- 한글
- 워드프레스
- centos
- IOS
- git
- Android
- API
- nginx
- nodejs
- Wordpress
- PHP
- javascript
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함