I have a form whose action attribute is set to a frame page.
When the form is submitted to the browser I get this message:
HTTP Error 405
405 Method Not Allowed
The method specified in the Request Line is not allowed for the resource
identified by the request.
Please ensure that you have the proper MIME type set up for the resource
you are requesting.
Please contact the server's administrator if this problem persists.
This error doesn't occur if the action attribute is set to a non-frame
page.
I've already tried:
Using the full url with the file name along with an action target.
Including the enctype attribute in the <form> tag to change the encoding
to "multipart/form-data".
None of these worked.
Has anybody experienced and solved this problem?
I would appreciate any help.
Thanks,
Dave