Hi,
is there an option to select a file from a user directory to be filled into a field?
if so, than tbl_replace_fields.inc.php handles this, but it uses move_uploaded_file() on this file, did anybody test this this?
does this work?
move_uploaded_file() should only work on files uploaded by form ...