you have to write an aspx page that will receive the uploaded file and do
something with it, or use the dav interface with a web server that supports
dav.

-- bruce (sqlwork.com)

"Steven" <sfuentes@caribe.net> wrote in message
news:42fb01c35615$322e8f80$a001280a@phx.gbl...
> I'm getting the following error when trying to upload:
>
> "The remote server returned an error: (405) Method Not
> Allowed."
>
> Here's the code:
>
> Dim responseArray As Byte() = myWebClient.UploadFile
> ("http://lapdev01/fileapp/docs/", "POST", "c:\test\t.doc")
>
> I've check permisions, and the docs folder is read/write...
>
> Any suggestions?
>
> TIA
>
>
>
>