1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

trouble uploading pics

Discussion in 'C#' started by technett, Oct 2, 2006.

  1. #1
    I’m pretty new to ASP, so bear with me. I took over an ASP site and am having trouble uploading pics through the user interface. I get the following message:

    Microsoft VBScript runtime error '800a01ad'
    ActiveX component can't create object: 'SoftArtisans.FileUp'
    /admin/UPLImage.asp, line 15

    The line refered to by the message states:

    upl.Path = "d:\html\users\username\website.com\Images\pages"

    Any suggestions would be most appreciated.
    Nett
     
    technett, Oct 2, 2006 IP
  2. vectorgraphx

    vectorgraphx Guest

    Messages:
    545
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    0
    #2
    upl.Path = "d:\html\users\username\website.com\Images\pages"

    looks like generic code, meant to be replaced by your actual directory location. look on your server and see what the actual drive/directory is and try placing that path in place of d:\html\users\username\website.com\Images\pages
     
    vectorgraphx, Oct 2, 2006 IP
  3. Free Born John

    Free Born John Guest

    Messages:
    111
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #3
    the error's in creating the "upl" object which is an instance of SoftArtisans.FileUp

    I'd check you have that installed and that you are creating the object before using it. As previously stated, the path does also look to be generic.

    Enjoy
     
    Free Born John, Oct 3, 2006 IP