You are not logged in Log in Join
You are here: Home » Members » djflux's Home » Zope, IIS6 and ASP404 » Solution » discussionitem_view

Log in
Name

Password

 

Comment

Comment

Discussion icon Solution

Posted by: izabel at 2007-01-10

I tried to really dumb solution - analayze query string. If it contains chars "?" and "=", I consider this GET method, POST otherwise. And then send binary data. Well, seems to be working fine, I can log-in, I can edit content, I can use search portlet, I can upload files... So, Zope runs behind IIS6! (At least last 23 hours :) )

Comment

Discussion icon Re: Solution

Posted by: ronin at 2007-01-25

But, how do you send the binary data? I thought that, in order to do that, you must use:

binaryData = Request.binaryRead(Request.totalBytes)

but Request.totalBytes is equal to 0 in this case (or is this wrong?) Could you post hear your modifications to the script? Thank you a lot!