- 단일 Database Field를 이용한 PHP 무한 File Upload 구현
- ㆍ 저자명
- 황기환,변기환,이지영,Hwang. Ki-Hwan,Byun. Ki-Hwan,Lee. Jie-Young
- ㆍ 간행물명
- 情報學硏究
- ㆍ 권/호정보
- 2009년|12권 2호|pp.49-55 (7 pages)
- ㆍ 발행정보
- 한국정보기술전략혁신학회
- ㆍ 파일정보
- 정기간행물| PDF텍스트
- ㆍ 주제분야
- 기타
Currently the Web, multiple files in the Client to upload to the server of the multi-upload method, files are stored in specific folders on the server, the file name field in DB(Database Field) stored in a way that the process has been widely utilized. Therefore, a minimum number of file upload as many file names in the Database and the Table should be created in the field, but also a variable number of files can be uploaded has no limits. In this paper we proposed the new method that files to be uploaded to the server, you can upload a limited number of files, nor due to upload files to reduce load on the database to improve the processing speed of a single field using a multi-method file uploads using PHP directly implemented