Implementation of an ASP Upload Component to Comply with RFC 1867

RFC 1867 규격을 준수하는 ASP 업로드 컴포넌트 설계

  • 황헌주 (서원대학교 정보통신대학원) ;
  • 강구홍 (서원대학교 컴퓨터정보통신공학부)
  • Published : 2006.03.01

Abstract

Recently many ASP applications have been released which enable them to accept, save and manipulate files uploaded with a web browser. The files are uploaded via an HTML POST form using RFC 1867 In particular, the file transfer via the HTTP port is getting more important because of the current Internet security issues. In this paper, we implement a form-based ASP upload component and disclose explicitly most of the main codes. That is, the open source might be helpful to develop the new ASP applications including file upload function in the future. We also show the upload time and CPU usage time of the proposed upload component and compare with the well-known commercial ones, showing the performance metrics of the proposed component are comparable to those of commercial ones.

오늘날 RFC 1867 표준문서를 따르는 HTML POST 폼을 사용해 웹 브라우저를 통해 업로드된 파일을 저장하고 관리하는 ASP응용들이 다양하게 출시되고 있다. 특히 인터넷의 대중화와 함께 보안이 큰 이슈로 대두되면서 HTTP 포트를 통한 파일 송수신의 중요성이 한층 대두되고 있다. 본 논문에서는 ASP 환경에서 사용 할 수 있는 'Form based ASP 업로드 컴포넌트'를 직접 제작하고 대부분의 주요 코드들을 공개함으로서 향후 업로드 기능을 포함하는 다양한 새로운 ASP 응용들을 개발하는데 활용하도록 하였다. 한편 제작된 업로드 컴포넌트의 업로드 시간 및 CUP 사용시간을 잘 알려진 기존 상용 제품과 비교 분석함으로서 타당성을 검증하였다.

Keywords