Page 1 of 1

I want to download a single file that is not in the root

Posted: Thu Jan 21, 2010 10:07 am
by atgbcn
How can I configure the applet to download a single file such as

directory_1/directory_2/file.txt

?

Thanks a lot

Re: I want to download a single file that is not in the root

Posted: Sun Jan 24, 2010 1:34 pm
by support
Try:
<PARAM NAME="url" VALUE="http://yourserver.com/something/process.php">
<PARAM NAME="item1" VALUE="file.txt">
<PARAM NAME="param5" VALUE="account">
<PARAM NAME="value5" VALUE="directory_1/directory_2">

Does it help ?