관리-도구
편집 파일: _fileUpload.html
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> </head> <body> <form action="/WebInterface/function/" enctype="multipart/form-data" method="post" id="frmBrowserUpload" target="uploadIFrame"> <input type="hidden" name="uploadPath" value="/" /> <input type="hidden" name="the_action" value="STOR" /> <input type="file" id="file_SINGLE_FILE_POST" name="file_SINGLE_FILE_POST" /> <br /> <input type="submit" value="Upload" /> </form> </body> </html>