fileupload.jsp <%– Document : fileupload.jsp Created on : Apr 24, 2009, 3:40:43 PM Author : shyam –%> <%@page contentType=”text/html” pageEncoding=”UTF-8″%> <html> <head> <meta http-equiv=”Content-Type” content=”text/html; charset=UTF-8″> <title>File upload</title> </head> <body> <h2>File upload!</h2> <form name=”fileupload” method=”post” enctype=”multipart/form-data” action=”filedownload.jsp”> <label for=”contentTitle”>File name(syntax: Filename.ext)</label><input type=”text” name=”contentTitle” /> [...]
Comparing any two files with any extension in java