sending my code :unable to get the desired result,after adding the script i am still able to upload all types of files
<%@ page language="java" contentType="text/html;charset=UTF-8"%>
<%@ taglib uri="netui-tags-databinding.tld" prefix="netui-data"%>
<%@ taglib uri="netui-tags-html.tld" prefix="netui"%>
<%@ taglib uri="netui-tags-template.tld" prefix="netui-template"%>
<netui:html>
<head>
<title>
Web Application Page
</title>
</head>
<body>
<FORM NAME="myForm"
ACTION="http://localhost:7008/IntgAppWeb/fwdservlet"
ENCTYPE="multipart/form-data"
METHOD="post">
<INPUT type="file" name="myFile1" accept="text/xml" >
<INPUT TYPE="submit" VALUE="Upload File" onclick="">
</FORM>
</body>
</netui:html>
THANX
|