Embed download taglib ver. 1.2

    Custom JSP tags library lets you embed file downloading anywhere on your JSP pages. That is the main idea - you do not need a separate page for the downloading, just insert EmbedDownload tag anywhere on your page.
 


<%@ taglib uri="taglib.tld" prefix="d" %>

your HTML/JSP code ...

<d:EmbedDownload file="your_file.mp3" />

your HTML/JSP code ...

Tags are:

EmbedDownload

Tag lets you embed file download code. Parameters are:

1) file Describes a file for the downloading
2) cond Optional attribute. Describes a boolean value tag's behavior depends on. Default value is true (download).
3) width Optional attribute. Describes a width for the area.
4) height Optional attribute. Describes a height for the area.

for downloading:

Library: edloadtag.jar    Description: taglib.tld

 © Coldbeans      Comments?

See also Coldtags suite - the largest collection of custom JSP tags.

Also in Coldtags: