For some reason i cant upload a file on the server via a form ....
<form method='post' enctype="multipart/form-data" action='verwerk_profile.php?u=ava'>
move_uploaded_file($_FILES['ava']['tmp_name'],$permanent . $_FILES['ava']['name']
and this WONT work ...
is this becaus users arent allowed to upload files on the frihost space ??
or am i doing something wrong ?
<form method='post' enctype="multipart/form-data" action='verwerk_profile.php?u=ava'>
move_uploaded_file($_FILES['ava']['tmp_name'],$permanent . $_FILES['ava']['name']
and this WONT work ...
is this becaus users arent allowed to upload files on the frihost space ??
or am i doing something wrong ?
