How we can receive a binary data from a form without using a control in ASP. I mean with pure asp coding.
i don;t know if you still need it but heres a page for a pure asp upload component motobit.com/help/scptutl/pure-asp-upload.htm
Hello, You can use pure asp code that Server.CreateObject("ADODB.Stream") Code (markup): . This will help you to read binary data. If you required any code to upload a file in asp without using any third party component then PM. I will give u a script that uses Server.CreateObject("ADODB.Stream") Code (markup): to read binary data that are upload.