How to handle binary data in ASP

Discussion in 'C#' started by Diwakar, Jun 5, 2008.

  1. #1
    How we can receive a binary data from a form without using a control in ASP.

    I mean with pure asp coding.

    :confused:
     
    Diwakar, Jun 5, 2008 IP
  2. IrieDev

    IrieDev Active Member

    Messages:
    156
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    55
    #2
    Are you looking to download data from the form to the server?
     
    IrieDev, Jun 5, 2008 IP
  3. helpbeam

    helpbeam Guest

    Messages:
    30
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    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
     
    helpbeam, Jul 2, 2008 IP
  4. VishalVasani

    VishalVasani Peon

    Messages:
    560
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #4
    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.
     
    VishalVasani, Jul 2, 2008 IP