Ok. But Request.BinaryRead doesn't contain only binary data of FILE but
other information : for example
CONTENT - TYPE
CONTENT - DISPOSITION....
etc etc.....
Now I must position at the begin of Binary Data.....I have tried with INSTRB
and MIDB but if I call INSTRB with Binary Data it goes in crash.
Rob.
""台灣微軟技術處支援部"" <lukezhan.TakeThisOut@online.microsoft.com> wrote in message
news:9TsQZb6kDHA.1544@cpmsftngxa06.phx.gbl...
> Hi Rob,
>
> You may try following code to see if it will help:
>
> Set objADO = CreateObject("ADODB.Stream")
> objADO.Open
> objADO.Type = 1
> objADO.Write Request.BinaryRead(Request.TotalBytes)
>
> Luke
> Microsoft Online Support
>
<font color=purple> > Get Secure! <a style='text-decoration: underline;' href="http://www.microsoft.com/security</font" target="_blank">www.microsoft.com/security</font</a>>
> (This posting is provided "AS IS", with no warranties, and confers no
> rights.)
>
><!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: HowTo Send Uploaded File with INPUT Type file to Sql Serv..