8 dec 2007

Request_Content geen limiet meer.

Notes 7 releases:
This limit has been removed and Domino can now handle POST data larger than 64KB in the REQUEST_CONTENT field. This is accomplished as follows:

    If the POST data is less than 64KB -
    Use REQUEST_CONTENT to access the POST data.
    If the POST data is greater than 64KB -
    Use REQUEST_CONTENT_000 to access the first 64KB chunk, REQUEST_CONTENT_001 to access the second 64KB chunk, REQUEST_CONTENT_002 to access the third 64KB chunk, and so on.
    A developer can use the NotesDocument.HasItem("REQUEST_CONTENT") call to test for the presence of the REQUEST_CONTENT field. If it exists, then there was less than 64KB of POST data.
    NOTE: The Server Document setting, "Maximum POST data," refers to the maximum amount of POST data Domino will accept. This field (Internet Protocols panel --> Domino Web Engine) does not affect the REQUEST_CONTENT field and how it is used.

Geen opmerkingen: