Custom JSP tags library lets you programmatically upload files.
Tag SendFile sends file to some "upload processing" CGI script. E.g.:
<%@ taglib uri="taglib.tld" prefix="s" %> <s:SendFile url="http://some_server/UploadServlet" file="/data/file.mp3"/> Tags are: SendFile Tag lets you programmatically upload a file. Parameters are: 1) url Describes an URL for upload processing script
for downloading: Library: sendfiletag.jar Description: taglib.tld See also Coldtags suite - the largest collection of custom JSP tags.
|
Also in Coldtags:
|