UPLOAD.jsp 5.85 KB
Newer Older
Thitichaipun Wutthisak committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173
<%@page contentType="text/html; charset=UTF-8"%>
<%@page import="com.csc.library.entry.HelpEntry,com.csc.library.system.*,com.csc.library.utilities.*"%>
<%@ page import="com.csc.library.entry.*,com.csc.library.database.*,com.csc.library.session.*"  %>
<%@page import="java.util.*,java.net.*,java.io.*,com.csc.upload.*"%>
<jsp:useBean id="upload" class="com.csc.library.system.Task" scope="page"/>
<jsp:useBean id="hmul" class="com.csc.upload.HttpMultiPartParser" scope="page"/>

<%
upload.setChannel(request,response);
upload.checkProfile();
UProfile u=upload.getUProfile();

 InitialEnvironment en = new InitialEnvironment("GLOBAL");
//     String picturePath=en.getValue("dirroom-dir");

	String tempdir = ".";
	request.setAttribute("dir", request.getParameter("dir"));
//out.print("//-----//"+request.getParameter("dir"));	
	String browser_name = request.getRequestURI();


//แก้
	String flag = request.getParameter("flag");

%>
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link href="../CSS/SIAMHR.css" rel="stylesheet" type="text/css">
<link href="../CSS/TISCO.css" rel="stylesheet" type="text/css">

<script type='text/javascript' src='../JS/SCREEN.js'></script>

<script language='javascript'>setLang('<%=upload.getUProfile().get("lang")%>');</script>
<script language="JavaScript" >
<!--
function checktype(){
 var stdstr="";
 var pathPict="";
 //alert("checktype");
    with(document.cscform){
		dir.value=window.opener.cscform.__picturepath.value;
			if(myFile.value.length>0){
			    stdstr=myFile.value.substring(myFile.value.lastIndexOf("\\")+1,myFile.value.length);
				if((stdstr.indexOf(".gif")>-1)||(stdstr.indexOf(".jpg")>-1)||(stdstr.indexOf(".JPG")>-1)||(stdstr.indexOf(".jpeg")>-1)||(stdstr.indexOf(".JPEG")>-1)||(stdstr.indexOf(".GIF")>-1)){
						filename.value = stdstr;
						window.opener.document.cscform.__photo.value=stdstr;

						pathPict = "./IMAGES/"+window.opener.document.cscform.__folderpath.value+"/"+stdstr;
						//alert(pathPict);
						window.opener.document.cscform.employeePic.src=pathPict;

						//window.opener.document.cscform.employeePic.src="./IMAGES/"+window.opener.document.cscform.__folderpath.value+"/"+stdstr;

						//แก้
						//action = "UPLOAD.jsp?flag=null";

						action = "UPLOAD.jsp";
						
						//alert("Yeh!!!");
						//window.opener.document.cscform.employeePic.refresh();

						//window.opener.document.cscform.employeePic.src="./IMAGES/"+window.opener.document.cscform.__folderpath.value+"/"+stdstr;
						//alert("Yeh!!!");

				         submit(); 

						setTimeout("closePage()",5000);


				}else{
					// alert("กรุณาเลือกไฟล์ รูปภาำพเท่านั้น ครับ");
					alert(swap2String('Please choose only jpg or gif or jpeg picture file'));
				}
		}
	}

}

function chkLoad(){ 
	with(document.cscform){
	  var emppic ="./IMAGES/"+window.opener.document.cscform.__folderpath.value+"/"+window.opener.document.cscform.__photo.value;

	  //alert("EmpPict = "+emppic);

//แก้
		if(<%=flag%>==null){
		 window.opener.document.cscform.employeePic.src=emppic;
		 window.opener.document.cscform.__pathfile.value = emppic;
		 //alert(swap2String('Please_wait_until_page_be_closed'));
		 
		 setTimeout("closePage()",5000);
		 }
	}
}

function closePage(){	
	 var emppic ="./IMAGES/"+window.opener.document.cscform.__folderpath.value+"/"+window.opener.document.cscform.__photo.value;
	window.opener.document.cscform.employeePic.src=emppic;
	     window.close();
}




//-->
</script>
</head>
<!--body  onLoad="chkLoad();"-->
<body>

<table width="400" border="0" align="center" cellpadding="0" cellspacing="0">
<!--table width="100%" border="0" cellspacing="0" cellpadding="0"-->
	<tr> 
    	<td>
			<table align="center"cellpadding="0" cellspacing="0" class="maxsize">
              <tr> 
                <td class="header" colspan="2"></td>
              </tr>
			  <form  name="cscform"  enctype="multipart/form-data" method="post">
              <tr> 
                	<td> <div align="right">&nbsp;&nbsp;<font color="#990000">&nbsp;<script language="javascript">swapLang('Select picture');</script>::</font>&nbsp; 
                      	<input type="hidden"name="__screen"  value="upload">
                      	<input type="hidden" name="dir" value="">
                      	<input type ="hidden" name="filename" value="111111111">
                    	</div>
					</td>
                  	<td valign="top" width="79%"><input type="file" name="myFile"> </td>
              </tr>
			  <tr>	
           		<td align="right">.jpg , .gif <script language="JavaScript">swapLang('Only');</script> &nbsp;</td>
				<td><input type="Button" name="Submit" value="OK" onClick="checktype();"></td>
			  </tr>
			  <tr><td colspan="2"/></tr>
			  <tr>
				<td colspan="2" align="center">
					<script language="javascript">swapLang('Please wait for a moment while the picture is uploaded');</script>
					<br>
					<script language="javascript">swapLang('automatically closed after the picture is finishing uploaded');</script>
				</td>
			  </tr>
			  </form>
              <tr> 
                
          <td colspan="2"> 
            <%
 if ((request.getContentType()!=null)&&(request.getContentType().toLowerCase().startsWith("multipart"))){
		response.setContentType("text/html");
		try{
			int bstart = request.getContentType().lastIndexOf("oundary=");
			String bound = request.getContentType().substring(bstart+8);
			Hashtable ht = hmul.processData(request.getInputStream(), bound, tempdir);
                        hmul.uploadFiles(ht);
						FileInfo fi = (FileInfo)ht.get("myFile");
            			File f = fi.file;												
						session.setAttribute("empPicname",f.getName());

		}
		catch (Exception e){
		}
	}
%>
            </td>
              </tr>
              
            </table>
		</td>
	</tr>
</table>
<script language="javascript">chkLoad();</script>
</body>
</html>