close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Creating a folder when registering a User using DA

Thread began 1/02/2012 4:00 pm by Jon Cunningham | Last modified 2/14/2012 3:24 pm by Ian S | 1528 views | 3 replies |

Jon CunninghamBeta Tester

Creating a folder when registering a User using DA

Hi Guys, Happy New Year …

I have an admin folder which contains the usual suspects, Add New User etc. What I would like to do is when I add a New user and click submit the normal data is written to the DB but I would also like to create a folder which is linked solely to that individual user.

I also have a client side admin area. Within this area I would like to have a page where a client user can then upload images to this folder.

I would be so grateful if anyone could help with the following:

1. What would be the best way to create a folder when adding a New User.

2. How would I go about binding this folder to the New User in the Client area.

Kind regards

Jonathon

Sign in to reply to this post

Ian S

You would need to create the folder using PHP. e.g

<?php
mkdir("/path/to/my/dir", 0700);
?>

BUT, if you want to make it unique to the user you would need to name the folder as the unique ID as the user.

So assuming you had the new user ID in a Session Variable called userid it would be something like...

<?php
mkdir("/path/to/my/".$_SESSION['userid']."", 0700);
?>

Then you would always refer to the folder using the userid Session Variable when the user had logged in.

Cheers
Ian

Sign in to reply to this post

BeDigital94844Beta Tester

more info

This is similar to what I am looking for - can you expand o how I can add this when creating a new user insert new with data assist

thank you

Sign in to reply to this post

Ian S

There are different approaches that you can take, depending on your application.

Essentially you need to

a) Use the insert record behaviour to add the record and assign the unique ID to a session. Do not provide a redirect for this.

b) Use the code i provided above to run using the same trigger as your insert behaviour

c) Redirect to the next stage or page for your application

Cheers
Ian

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...