Forum Moderators: open
<script language="vbscript">sub b1_onclickdocument.MyForm.textbox1.value = docuement.MyForm.uploadend sub</script>
any idea?
You need to retrieve the value property of the upload object;
document.MyForm.textbox1.value = document.MyForm.upload.value
Notice the .value
<input type="file" name="upload" size="20">