I need to upload a picture. I found in several Javascript books to point to a file use: <input type=file
However, I cannot find how to process the file and write it to the directory I want to store the file.
So part of the code now is:
<form name="upload" METHOD="POST" enctype="multipart/formdata">
<input type=file>
Any ideas?
Thanks!!
However, I cannot find how to process the file and write it to the directory I want to store the file.
So part of the code now is:
<form name="upload" METHOD="POST" enctype="multipart/formdata">
<input type=file>
Any ideas?
Thanks!!