Not Uploading to Subdirectory

Upload core product.
Post Reply
benfaust
Posts: 2
Joined: Fri May 29, 2009 4:31 pm

Not Uploading to Subdirectory

Post by benfaust »

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?

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

Re: Not Uploading to Subdirectory

Post by support »

To 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 ?

benfaust
Posts: 2
Joined: Fri May 29, 2009 4:31 pm

Re: Not Uploading to Subdirectory

Post by benfaust »

That did the trick! Thank you.

Post Reply