Can anyone help me?
I am trying to set an upload form and I am getting the following error:
Error Occurred While Processing Request
Error Diagnostic Information Request canceled or ignored by serverServer
busy or unable to fulfill request. The server is unable to fulfill your
request due to extremely high traffic or an unexpected internal error.
Please attempt your request again (if you are repeatedly unsuccessful you
should notify the site administrator). (Location Code: 26)
Please inform the site administrator <mailto:[EMAIL PROTECTED]> that this error
has occurred (be sure to include the contents of this page in your message
to the administrator).
Here is the code:
****************************************************************************
********************FORM:
<form action="upload2.cfm" method="post" enctype="multipart/form-data">
<input type="hidden" name="doc_cat" value="">
<table border="0" align="center" style="font-size: xx-small; font-family:
Arial; font-weight: bold"
<tr>
<td>Please Choose a File to Upload<br><input type="File"
name="NewFile" size="20"></td>
<td>Name of Document<br><input type="text" name="doc_title"></td>
</tr>
<tr>
<td>
<!--- Nested table --->
<table border="0" style="font-size: xx-small; font-family: Arial;
font-weight: bold" cellpadding="0" cellspacing="0">
<tr>
<td>Upload Date</td>
<td width="40"> </td>
<!--- <td>Number of Pages</td> --->
</tr>
<tr>
<td><input type="text" name="doc_date" value="mm/dd/yyyy"
size="10"></td>
<td> </td>
<!--- <td><input type="text" name="doc_pags" size="5"></td> --->
</tr>
</table>
</td>
<td>Author<br><input type="text" name="doc_author"></td>
</tr>
<tr>
<td colspan="2">Document's Description<br><textarea
name="doc_description" cols="45" rows="5" wrap="virtual"></textarea></td>
</tr>
<tr>
<td> <input
type="Submit" value="Upload File"></td>
</tr>
</table>
</form>
********************************************************************ACTION::
::
<cffile action="UPLOAD" filefield="form.NewFile"
destination="h:\web\content" nameconflict="ERROR" accept="text/html">
<!--- <cffile action="UPLOAD" filefield="doc_title"
destination="\\P2\P2Web\web\NewIM3\Content" nameconflict="SKIP"
accept="text/html"> --->
<cfinsert datasource="im3" tablename="documents"
formfields="doc_title, doc_date, doc_author, doc_description, doc_cat">
<!--- </cfif> --->
**************************************************************************
Thanks,
Fernando
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists