Skip to main content
Participant
September 14, 2014
Question

HTTP Post to a directory with index.cfm

  • September 14, 2014
  • 0 replies
  • 206 views

is it possible to do a http post to a directory if there's index.cfm inside it?

For example:

directory/file = /api/update/index.cfm

<form method="post" action="/api/update">

</form>

    This topic has been closed for replies.