Ask a Question related to ASP.NET General, Design and Development.
-
bruce barker #1
Re: WebClient Uploading error
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
>
>
>
>
bruce barker Guest
-
Error uploading file
If you have a slow connection, uploading 2.8 MB might take longer than 300 seconds. You could try setting the max_execution_time to 0 (unlimited)... -
Error when uploading file
I am trying to write code to allow my users to upload a file. The code I am using is as follows: Dim upfilename As String = "" If... -
Uploading files error
I'm having some trouble getting a simple upload file page to work This is the code for the upload page: <html> <head> <title>Upload... -
#25563 [Opn->Bgs]: error uploading file
ID: 25563 Updated by: iliaa@php.net Reported By: t_lace at yahoo dot com -Status: Open +Status: ... -
#25563 [NEW]: error uploading file
From: t_lace at yahoo dot com Operating system: linux PHP version: 4.3.2 PHP Bug Type: Filesystem function related Bug...



Reply With Quote

