BinaryRead

サーバーに送信されたデータを取得


文法
Request.BinaryRead(Byte)


パラメータ
Byte : 取得するバイト数


機能説明
受け取ったデータ取得(実行後にFormコレクションにアクセス不可)


使用例
<% Response.Write "送信されたデータ = " & Request.BinaryRead(Request.TotalBytes) %>
Topへ