[ASP] 사이트 갤럭시를 이용하여 파일 업로드
·
Programming/ASP.NET
사이트갤럭시사이트갤럭시를 이용하여 파일업로드 구현방법 소스 업로드 페이지파일을 저장하는 페이지Dim file_upload, fs, fsdir, upfile, filedir'사이트갤럭시 생성Set file_upload = Server.CreateObject("SiteGalaxyUpload.Form")Set fs = CreateObject("Scripting.FileSystemObject")' 저장할 경로 구하기fsdir = server.mappath("\") & "\upload\"'이미지 업로드upfile = file_upload("image1")If Len(upfile) > 0 Then filedir = file_upload("image1").filepath Image1 = mid(filedir, i..