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>
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>