er... action="subsection/thepost.cfm"

-----Original Message-----
From: Brendan Avery [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 11, 2002 15:26
To: CF-Talk
Subject: RE: CF Server can't process forms


make sure that that action is the correct relative path to the BASE
template; meaning if that form is <CFINCLUDED>, the path of the 
including
page is the one which the relative path needs to be based off of.

meaning if i have a file in:
C:\mysite\index.cfm

and it includes a form template in:
C:\mysite\subsection\theform.cfm

and the form is posting to:
C:\mysite\subsection\thepost.cfm

the action better read:
action="subsection\thepost.cfm

nes pas?  hope that helps.

::brendan avery 2.0
::310.779.2211
::[EMAIL PROTECTED]
::santa monica, california



-----Original Message-----
From: W Luke [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 11, 2002 09:12
To: CF-Talk
Subject: CF Server can't process forms


Sorry if this has been well documented, but my test server is having a
headache lately.  cfm pages are processed normally, but <form 
method="post"
action="here.cfm"> pages just go straight to a 404 error page.  Why 
would
this be?  Intially I thought it was probably me being stupid and not 
calling
the correct page....but no.

Any ideas?

Cheers

Will



______________________________________________________________________
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to