I use the following to allow users to upload files. I would like to add the limitation of a specific file name or file type, but the following does not work:
<FORM METHOD="POST" ENCTYPE="multipart/form-data" ACTION="FTPAccess.asp" NAME="form1"">
File 1: <input TYPE="FILE" SIZE="40" NAME="FILE1" accept="text/html">
Does anyone see what I am doing wrong...
Thanks in advance.
<FORM METHOD="POST" ENCTYPE="multipart/form-data" ACTION="FTPAccess.asp" NAME="form1"">
File 1: <input TYPE="FILE" SIZE="40" NAME="FILE1" accept="text/html">
Does anyone see what I am doing wrong...
Thanks in advance.