Question
HTTP Post to a directory with index.cfm
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>
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.