Download the Open Flash Chart tool from openflashchart.com Make sure that the below mentioned 4 files exists in the same directory of the web application. open-flash-chart.swf swfobject.js - Find the above mentioned two files in the downloaded OFC tool. bargraph.jsp <html> <meta http-equiv=content-type content="text/html; charset=UTF-8"> <head> <script type="text/javascript" src="swfobject.js"></script> </head> <body> <form name="ind" id="ind"> <% [...]
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” /> [...]