Hello,
Using Java Script
onClick, The current code below creates a alert message.
I would like onClick to uploaded a file from the users desktop to my ftp
I.E. site, digitizedi/folder1/folder2/the uploded file.gif
How can I acheive this?
This must work for Netscape and IE.
Any help you provide will be greatly apprecaited.
iaustin
----------------------------My Code Starts
Here--------------------------
<HEAD>
<TITLE>digitizediR</TITLE>
</HEAD>
<BODY>
<FORM>
<H1>Upload Your Files</H1>
<INPUT TYPE="file" SIZE=40 NAME="fileToGo"><P>
<INPUT TYPE="button" VALUE="View Value"
onCLick="alert(this.form.fileToGo.value)">
</FORM>
</BODY>