![]() |
Alexey admin 6/8/2007 |
Rainer, select ... concat(benutzername,'/files/',filenamefield) as file, ... Set this field to be displayed as File with empty prefix and set the original field editable as File with empty upload folder. global $files_move; foreach ($files_move as $key=>$file) { $files_move[$key][1]=$values["benutzername"]."/files/".$files_move[$key][1]; }
|
R
|
rainerwolf author 6/8/2007 |
Thanks Alexey, |
![]() |
Alexey admin 6/8/2007 |
Rainer, |
R
|
rainerwolf author 6/8/2007 |
Alexey, |
![]() |
Alexey admin 6/8/2007 |
Rainer, |