HTML
Javascript
Flash Actionscript
PHP
mySQL
ASP
MS-SQL
Linux
Others
Ziwoo Board
Portfolio
About
ASP
ÀÛ¼º  2007-03-16 15:13:17   Ãßõ: 92   Á¶È¸: 13974
Á¦¸ñ  Re: ABC ¾÷·Îµå ÄÄÆÛ³ÍÆ®
À̸§(ID)  Áö¿ì (ziwoo)
ABC¾÷·Îµå ÄÄÆ÷³ÍÆ®°¡ °¡Áø °´Ã¼, ¸Þ¼­µå, ¼Ó¼ºÀº ´ÙÀ½°ú °°´Ù. ¢¾
XFORM OBJECT

XFORM°´Ã¼´Â multipart format ¿£ÄÚµù¿¡¼­ Request.FormÀ» ´ë½ÅÇÑ´Ù.
This object is an upload capable replacement for the standard Microsoft
Request.Form object. It handles forms encoded in multipart format as
defined in RFC 1867.

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.


XFIELD OBJECT

HTML FORMÀü¼ÛÀ» ÅëÇØ ¾÷·ÎµåµÈ ÆÄÀÏ ¼Ó¼ºÀ» ¾Ë ¼ö ÀÖ°í, ÀúÀåÇÒ ¼ö ÀÖ´Ù.
This object represents the data uploaded within a particular HTML form field.
It allows you to examine the data (e.g. to determine if a file was uploaded)
and perform operations on it (e.g. save the data to disk).

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.* À̹ÌÁö ³ôÀÌ
 
                     
µ¡±Û (2)
Áö¿ì(220.127.219.211) 2007-10-08 17:44:12
DEXT ¾÷·Îµå¿Í ºñ±³.

    'ABC¾÷·Îµå / DEXT ¾÷·Îµå
    'ÆÄÀÏÅ©±â : .length / .FileLen
    'ÆÄÀÏÀ̸§ : .safefilename / .FileName
    '½ÇÁ¦ÆÄÀÏ : UploadForm("file_up_"&f)(1) / UploadForm("file_up_"&f)

    ' ABC ¾÷·Îµå ÄÄÆÛ³ÍÆ®
    Set UploadForm = server.createobject("ABCupload4.Xform")
    UploadForm.MaxuploadSize = Result("file_quota") *1024 *1024
    UploadForm.absolutepath = true
    UploadForm.overwrite = true

    ' DEXT ¾÷·Îµå ÄÄÆÛ³ÍÆ®
    Set uploadform = Server.CreateObject("DEXT.FileUpload")   
    uploadform.MaxFileLen = Result("file_quota") *1024 *1024
    uploadform.DefaultPath = "c:\temp"
Áö¿ì(ziwoo) 2008-01-19 01:08:46
CodePage ¼Ó¼ºÀÌ ÀÖÁö¸¸
UploadForm.CodePage = 936 Çصµ Áß±¹¾î ±úÁý´Ï´Ù.
ÀϺ»¾îµµ ¸¶Âù°¡Áö ÀÔ´Ï´Ù.
ÀÎÅÍ³Ý °Ë»ö¿¡¼­ µÈ´Ù´Â ¸»µµ ÀÖÁö¸¸.. ¾ÈµË´Ï´Ù.
ÇöÀç Áß±¹¾î ÀÏ¾î »çÀÌÆ® °³¹ßÇÒ¶§´Â DEXT_UPLOAD ·Î Çؾ߸¸ ±ÛÀÚ ¾È±úÁý´Ï´Ù.

¹øÈ£ Á¦¸ñ À̸§ ³¯Â¥ Ãßõ Á¶È¸
13 ¹è¿­ÀÌ ÁøÂ¥, Á¤¸», È®½ÇÈ÷ Null ÀÎÁö üũ.. Áö¿ì 2010-05-20 67 7638
12 ¿¡µðÆ®Ç÷¯½º Á¤±Ô½Ä ÀÏ°ý ġȯ Áö¿ì 2010-03-21 63 3112
11 ASP¿ë md5 ÀÎÄÚµù ÇÔ¼öÀÔ´Ï´Ù.ÆÄÀÏ Áö¿ì 2007-09-19 99 6869
10 ¿¡·¯¹ß»ýÀ» ¹«½ÃÇÏ´Â On Error Resume Next[1] Áö¿ì 2007-03-20 81 3842
9 Redim() ÇÔ¼ö¸¦ ÀÌ¿ëÇÑ µ¿Àû¹è¿­ »ç¿ë[1] Áö¿ì 2007-03-19 86 11335
8 RegExp.Test() ¸Þ¼Òµå¿Í RegExp.Execute.. Áö¿ì 2007-03-19 91 4687
7 ÄíÅ° »ç¿ë¹ý Áö¿ì 2007-03-18 76 2560
6 ABC ¾÷·Îµå ÄÄÆÛ³ÍÆ® V4.1 ÆÄÀÏ ¹× »ùÇÃÆÄÀÏ Áö¿ì 2007-03-15 95 6874
5 Re: ABC ¾÷·Îµå ÄÄÆÛ³ÍÆ®[2] Áö¿ì 2007-03-16 92 13974
4 ÀÚµ¿¸µÅ© ÇÔ¼ö Áö¿ì 2007-03-14 79 2144
3 ¹«·á À̹ÌÁö ¸®»çÀÌÁî(GDI) - ³ª´©¹Ì ÄÄÆÛ..ÆÄÀÏ Áö¿ì 2007-03-13 76 17370
2 Dictionnary °´Ã¼, Scripting °´Ã¼ Áö¿ì 2007-03-08 79 3016
1 Á¦3»ç ÄíÅ°°¡ ±¸¿öÁöÁö ¾ÊÀ»¶§ °­Á¦ ¼³Á¤ÇÏ.. Áö¿ì 2006-05-11 94 6623
[1]
Á¦¸ñ ³»¿ë À̸§  
ziwooboard v1.0
Contact Phone Number
Bank Account number
ns1.ziwoo.net (115.160.123.41)
ns2.ziwoo.net (115.160.123.41)
Naver BLOG : http://blog.ziwoo.net
Family Homepage : http://home.ziwoo.net
Copyright ¨Ï 2006 By Ziwoo.net All right reserved. Administrator.ziwoonet@naver.com