Fejl hvor 2 input sættes lig hinnande??
Hey.. Burde man ikke kunne gøre sådanne?:filechk(){
document.pic.filecheck.value = document.pic.userpicture.value;
}
----
<form method="post" action="side.php" ENCTYPE="multipart/form-data" name="pic">
<input type="hidden" name="filecheck" value="">
<input type="file" name="userpicture">
<input type="button" onclick="filechk(); uploadcheck();" value="Indsæt billede">
</form>
