|
|
1-6 of 6 Java JSP and Servlets > File Management sites are shown.
|
|
jspSmartFile turns your standard browser into a genuine, 100% web file explorer, allowing you to simply and efficiently manage the files and folders on a web server.
|
|
|
|
|
|
|
Explanations and sample code for redirecting files in JSP version 1.1
|
|
|
|
|
|
|
Using a java bean to to read files
|
|
|
|
|
|
|
Do you want to keep a count of hits to your web page or the most recent comment someone gave you about your site? Here is a way to do that using File writing techniques.
|
|
|
|
|
|
|
Appending to a file can always be useful. What if you want to keeps some stats on your site or keep comments that people have given you? Well here is some example code for you to do this!
|
|
|
|
|
|
|
UploadBean is 100% JAVA component (JavaBean) that allows to upload files. This bean could be integrated in any JSP/Servlets application. You can store uploaded files in a Folder, a ZIP archive, a Database or in Memory. Restrictions such as file size limit, blacklist/whitelist and max. uploaded files are available. Add-ons section provides tools such as email notification on each uploads, real time progress bar on upload, custom database store sample, chinese upload jsp sample .
|
|
|
|
|
|