Posted by David Dorward on 06/24/06 10:26
Hoopster wrote:
> <form action="#" method="post" enctype="multipart/form-data">
action is "the top of the current page"? That seems a bit odd.
> However, when I click send it give me an error message.
> Method Not Allowed
> The requested method POST is not allowed for the URL /test2/index.html
You need to change the action to the URL of a server side script that can
process the form. The specifics of such a script will depend on the
capabilities of your server.
--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is
[Back to original message]
|