I'm testing this applet before purchasing, and everything works fine (FTP mode) except for uploading to subdirectories. I added the folderdepth option to both methods with a value of -1, but still cannot get it to upload to a subdirectory, it uploads only to the FTP root.
Is this a restriction of the unregistered version, or am I doing something wrong?
Not Uploading to SubdirectoryRe: Not Uploading to SubdirectoryTo upload in a given initial FTP directory, use account extra parameter such as:
<PARAM NAME="param5" VALUE="account"> <PARAM NAME="value5" VALUE="yourfolder"> To make the applet recreate folders and subfolders structure on FTP server: <PARAM NAME="folderdepth" VALUE="-1"> <PARAM NAME="param6" VALUE="relativefilename"> <PARAM NAME="value6" VALUE="true"> Does it help ? Re: Not Uploading to SubdirectoryThat did the trick! Thank you.
|