hi,
I have add enctype="multipart/form-data"
<cfform action="download.cfm/download.csv" method="POST" name="sform"
enctype="multipart/form-data" onSubmit="return ck_submit();"
onReset="clear_lists();">
but I am still getting http Error 405 error, and suggestion
YC
-----Original Message-----
From: Steve Bernard [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 02, 2000 7:02 PM
To: [EMAIL PROTECTED]
Cc: Chen, Yung-Chih (CIT)
Subject: RE: Need help on http Error 405
You need to add "Type=multipart/form-data" to the FORM tag, double check
spelling ;)
Steve
-----Original Message-----
From: Chen, Yung-Chih (CIT) [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 02, 2000 3:58 PM
To: CF-Talk
Subject: Need help on http Error 405
I have a page allow user to download data in CSV file extension.
it was working at the production server(Unix, netscape web server)
but does not work on my developement server (NT , IIS 4)
here is the code:
<form action="download.cfm/download.csv" method="post">
when user click submit, it will call download.cfm to download data and open
download.csv with MS Excel.
Is there something I need to do on the Webserver?
any suggestion will be helpful!!
Thanks
YC
------------------------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message
with 'unsubscribe' in the body to [EMAIL PROTECTED]