Page 1 of 1

upload and create folders [SOLVED]

Posted: Wed Mar 19, 2008 3:14 pm
by nisse
Hello

I have a site where the user enters name,company and some other values. Then on the nextpage the applet is loaded. When the FTP transfere starts I would like the applet to create a folder with a custome name, i.e. comany name.

Is it possible, any ideas. It would help alot if it's possible.

Re: upload and create folders

Posted: Wed Mar 19, 2008 7:31 pm
by support
Yes, you have to use both "account" and "accountcreation" extra parameters such as:
<PARAM NAME="param4" VALUE="account">
<PARAM NAME="value4" VALUE="users/user1folder">
<PARAM NAME="param5" VALUE="accountcreation">
<PARAM NAME="value5" VALUE="true">

Does it help ?

Re: upload and create folders

Posted: Thu Mar 20, 2008 9:57 am
by nisse
i'm going to try it out and then get back to you.

Nisse

Re: upload and create folders

Posted: Wed Mar 26, 2008 11:01 am
by nisse
worked like a charm, got another issue but i'll create a new thread for that.

Thanks.