[SOLVED] Giving the uploadfolder the users name |
12/26/2014 03:44:19 | |
| PHPRunner General questions | ||
|
S
shoppy author
In 2013 I found a solution for the problem I had. |
||
|
S
|
shoppy author 12/27/2014 |
|
Found it!! http://www.yoursite.com/files/projectstukken/".$_SESSION["UserID"].'/';;
$fdata["UploadFolder"]="your dir/".$_SESSION["UserID"];
|
|