Page 1 of 1

Path issues

Posted: Wed Jun 30, 2010 6:19 am
by jmaster
Hello again,

I am having issues with download from folder's subfolders. For example:

download folder path: www.abc.com/members/download
specific subfolder path: www.abc.com/members/download/suzie

The following works, but it downloads everything under /download
document.write('item1="download" ');

The following does not work:
document.write ('item1="download/suzie" ');

Settings:
document.write('param2="relativefilename" ');
document.write('value2="true" ');


It seems that only single folder works but not selection on specific subfolder(s).

Any help will be appreciated.


Cheers,
JM.

Re: Path issues

Posted: Thu Jul 01, 2010 5:10 pm
by support
Try:

<PARAM NAME="url" VALUE="http://www.abc.com">
<PARAM NAME="folderdepth" VALUE="-1">
<PARAM NAME="param4" VALUE="relativefilename">
<PARAM NAME="value4" VALUE="true">
<PARAM NAME="param5" VALUE="account">
<PARAM NAME="value5" VALUE="members/download">
<PARAM NAME="item1" VALUE="suzie">

Does it help?

You have samples at:
http://www.jfileupload.com/products/jfi ... n/samples/