Download specify file

Files and folders downloader add-on with resume support.
Post Reply
truongvu
Posts: 39
Joined: Wed Oct 26, 2011 11:58 am

Download specify file

Post by truongvu »

How can i define files for download . I want JFileDownload download all file in folders with extension *.pdf , where must i change parameter to do this

Example: folder A have folder AA , file text.txt , file view.pdf , file view2.pdf . In folder AA have file viewsub.pdf
How can i download files view.pdf, view2.pdf , viewsub.pdf in folder A .

Thank for any help !

User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

Re: Download specify file

Post by support »

Could you try:
<PARAM NAME="item1" VALUE="folder1/file1.pdf">

Post Reply