file upload error

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • AMC

    file upload error

    Hi,

    I'm using a free component to upload image files to the web server. I'm
    getting this error when I try to upload

    SaveBinaryData error '800a0bbc'

    http://m.rbgdesign.com/southernlumber/\flowers 003.jpg:Write to file failed.

    /southernlumber/_Upload.asp, line 903

    I know that I have write permissions for this server. Maybe my path is
    incorrect. How can I solve this?

    Thanks


  • Ray Costanzo [MVP]

    #2
    Re: file upload error

    It'd help if we saw a relevant code snippet... Are you using http://... as
    your FILE PATH? If so, do not. You want to use a normal file path like
    C:\Path\file.na me. If you do not know or want to use the full filepath but
    want to use a path relative to the location of your WWW files, see the
    server.mappath method here.
    Learn with interactive lessons and technical documentation, earn professional development hours and certifications, and connect with the community.


    Ray at home


    "AMC" <aboehme@netgat e.net> wrote in message
    news:eJ%23vtMik EHA.3712@TK2MSF TNGP15.phx.gbl. ..[color=blue]
    > Hi,
    >
    > I'm using a free component to upload image files to the web server. I'm
    > getting this error when I try to upload
    >
    > SaveBinaryData error '800a0bbc'
    >
    > http://m.rbgdesign.com/southernlumber/\flowers 003.jpg:Write to file[/color]
    failed.[color=blue]
    >
    > /southernlumber/_Upload.asp, line 903
    >
    > I know that I have write permissions for this server. Maybe my path is
    > incorrect. How can I solve this?
    >
    > Thanks
    >
    >[/color]


    Comment

    • AMC

      #3
      Re: file upload error

      Thanks, I am using http... as the path - I'll try your suggestion and if it
      doesn't work out I'll post some code.

      AC
      "Ray Costanzo [MVP]" <my first name at lane 34 dot commercial> wrote in
      message news:%23P3GxQik EHA.2812@tk2msf tngp13.phx.gbl. ..[color=blue]
      > It'd help if we saw a relevant code snippet... Are you using http://... as
      > your FILE PATH? If so, do not. You want to use a normal file path like
      > C:\Path\file.na me. If you do not know or want to use the full filepath[/color]
      but[color=blue]
      > want to use a path relative to the location of your WWW files, see the
      > server.mappath method here.
      > http://msdn.microsoft.com/library/en...om_serommp.asp
      >
      > Ray at home
      >
      >
      > "AMC" <aboehme@netgat e.net> wrote in message
      > news:eJ%23vtMik EHA.3712@TK2MSF TNGP15.phx.gbl. ..[color=green]
      > > Hi,
      > >
      > > I'm using a free component to upload image files to the web server. I'm
      > > getting this error when I try to upload
      > >
      > > SaveBinaryData error '800a0bbc'
      > >
      > > http://m.rbgdesign.com/southernlumber/\flowers 003.jpg:Write to file[/color]
      > failed.[color=green]
      > >
      > > /southernlumber/_Upload.asp, line 903
      > >
      > > I know that I have write permissions for this server. Maybe my path is
      > > incorrect. How can I solve this?
      > >
      > > Thanks
      > >
      > >[/color]
      >
      >[/color]


      Comment

      Working...