|
|
|
|
ÀÌ»óÈñ / 2001-08-21 / ¿ÀÈÄ 6:15:57 / 211.61.245.91
Á¶È¸¼ö : 180
|
[Áú¹®] SiteGalaxyUpload ¿¡·¯.. |
¿À·ù Çü½Ä:
SiteGalaxyUpload.Form.1 (0x80004005)
Field is not a file
/korad/admin/create_ad2.asp, line 54
54¹ø ¶óÀκÎÅÍ ¼Ò½º´Â..´ÙÀ½°ú °°¾Æ¿ä^^
if Upload("ad_infofile").FilePath <> "" then
Attach_File = Upload("ad_infofile").FilePath
FileName = Mid(attach_file, InstrRev(attach_file, "\") + 1)
strName = Mid(FileName, 1, Instr(Filename, ".") -1)
strExt = Mid(FileName, Instr(FileName, ".") +1)
bExist = true
strFileName = path & strName & "." & strExt
FileName = strName & "." & strExt
countFileName = 0
Do While bExist
if (FSO.FileExists(strFileName)) then
countFileName = countFileName +1
FileName = strName & "_" & countFileName & "." & strExt
strFileName = path & FileName
else
bExist = False
End if
Loop
Upload("ad_infofile").SaveAs(strFileName)
ad_infofile = FileName
end if
Æú´õ¿É¼Ç¿¡ ¾²±â ±ÇÇÑÀº..´Ù Áᱸ¿ä..^^
¼ÖÁ÷È÷..¾îÁ¦±îÁö..Àß µÇ´ø ¼Ò½º¿´´Âµ¥..
¿À´ÃºÎÅÍ °©Àڱ⠿¡·¯°¡ ³ª³×¿ä..
SiteGalaxyUploadµµ ´Ù½Ã ±ò¾ÆºÃ´Âµ¥..¼Ò¿ëÀÌ ¾ø¾î¿ä
¼Ò½º°¡ ÀÌ»óÀÌ ÀÖ´ÂÁö..È®ÀÎÁ» ºÎŹµå¸±²²¿ä..
Àú¹ø¿¡µµ ºñ½ÁÇÑ °ÍÀ¸·Î ¹®ÀÇÇߴµ¥..
ÇØ°áÇØ Áּż..ÀÌ·¸°Ô ¿°Ä¡ºÒ±¸ÇÏ°í ¶Ç ¿Ã¸³´Ï´Ù..
±×·³....
|
|
|
|