Thanks.
Do you happen to know /where/ in the on-line mod_perl docs there is information about handling a PUT request.
(I found a nice article in German on the web, here :
http://www.farid-hajji.net/books/de/Hajji_Farid/pbv2/ew/cgi-upload.html
)
Searching for "+mod_perl +"put handler" gives some interesting historical material..


Steve Siebert wrote:
Hello,

You do not have to 'tell' apache your going to do anything...in fact, there are no mechanisms or reasons to do something like that with the mod_perl architecture. You simply handle the request as you want to...

There are some stipulations handling PUT requests, if you read it directly from stream you can only do it once, for example. Ensure you read the mod_perl docs on it and try it out.

Ps. If you find the dogs cryptic, feel free to share your experience through blogs or documentation contributions!

Reply via email to