upload and create folders [SOLVED]

Upload core product.
Post Reply
nisse
Posts: 3
Joined: Wed Mar 19, 2008 3:12 pm

upload and create folders [SOLVED]

Post 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.
Last edited by nisse on Wed Mar 26, 2008 11:01 am, edited 1 time in total.

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

Re: upload and create folders

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

nisse
Posts: 3
Joined: Wed Mar 19, 2008 3:12 pm

Re: upload and create folders

Post by nisse »

i'm going to try it out and then get back to you.

Nisse

nisse
Posts: 3
Joined: Wed Mar 19, 2008 3:12 pm

Re: upload and create folders

Post by nisse »

worked like a charm, got another issue but i'll create a new thread for that.

Thanks.

Post Reply