Hi All,
I have 2 questions:
1.
Is there a way to show a predefined userfile value (variable) in the userfiele field ?
I tried:
$test = "pictures";
<input name=userfile type=file value=<?echo$test;?>>.
2.
In I've filled in a eg: textfield is it possible to check if the field is empty or not, by not pressing the submit button.
I tried it with a "while" loop, but in vaine
Thanx in advance
Olli