folder.xml 536 Bytes
Newer Older
Thitichaipun Wutthisak committed
1 2 3 4 5 6 7 8 9 10 11
<?xml version="1.0" encoding="UTF-8"?>
<!-- Download4J/Folder sample - JavaZOOM -->
<!DOCTYPE DOWNLOAD SYSTEM "download.dtd">
<!--DOWNLOAD LOGFOLDER="" LOGLEVEL="2"-->
<DOWNLOAD>
    <FOLDER ID="uniqueid" DESC="My Folder" PATH="d:/uploads">
        <PROPERTIES CONTENT-TYPE-FILE="conf/mimes-type.xml"/>
        <FILE NAME="protectedtest.pdf" CONTENT-DISPOSITION="attachment" MAXDOWNLOAD="3" LOGIN="logintest" PASSWORD="passwordtest"/>
        <FILE NAME="ziptest.html" URLMAPPING="ziptest.zip" ZIP="enabled"/>
    </FOLDER>
</DOWNLOAD>