Page 1 of 1

definying destination folder

Posted: Wed May 11, 2011 3:01 pm
by mikkimi
Before purchase the product I need to understand if it is possible and how to define a destination folder. The applet will be integrated into a php page which will create a new destination folder each time the applet is called.

Re: definying destination folder

Posted: Wed May 11, 2011 8:41 pm
by support
Destination for upload? Use "account" extra parameter such as:
<PARAM NAME="param6" VALUE="account">
<PARAM NAME="value6" VALUE="folder1/subfolder">

Does it help?