관리-도구
편집 파일: upload_form2.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML> <HEAD> <Title>XUpload Pro form2</Title> <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> <link rel="stylesheet" type="text/css" href="xupload.css"> </HEAD> <BODY> <Center> <br><br> <form id="myform" enctype="multipart/form-data" action="/cgi-bin/upload.cgi" method="post" onSubmit="return StartUpload(this);"> <table cellpadding=0 cellspacing=0 class="div1" id="div1"><tr><td> <div id="upload_input"> <br> <input name="file_0" type="file" onChange="checkExt(this)" size=40><br> </div> <input type="button" id="x_add_slot" value="+1 upload slot" class="myForm" onClick="addUploadSlot();"><br><br> Upload to folder: <input type="text" name="ext_folder" size=32 class="myForm"><br><br> Your E-mail: <input type="text" name="email_notification" size=24 class="myForm"><br> <small>We will send e-mail notification to your address.</small><br><br> <Input type="radio" name="pbmode" value="1" id="pb1"><label for="pb1">Upload progress in pop-up</label><br> <Input type="radio" name="pbmode" value="2" id="pb2"><label for="pb2">Upload progress in lightbox 1</label><br> <Input type="radio" name="pbmode" value="3" id="pb3" checked><label for="pb3">Upload progress in lightbox 2</label><br> <Input type="radio" name="pbmode" value="4" id="pb4"><label for="pb4">Upload progress over the form</label><br> <br> <center><input type="submit" value="Upload Files" class="myForm"></center> <br> </td></tr></table> </form> </Center> <iframe src="javascript:false;" name="xupload" style="position:absolute;left:-9999px;"></iframe> <script type="text/javascript"> //Specify your form ID var x_form_id = 'myform'; var x_mode = 1; var x_tmpl_name = ''; </script> <script src="xupload.js" type="text/javascript"></script> </BODY> </HTML>