Inet PUT doesn't upload the file to web server

From: John R. (johnr2000_at_newsgroups.nospam)
Date: 07/19/04


Date: Mon, 19 Jul 2004 15:48:02 -0700

I'm trying to upload a file using Internet Transfer Control.

I can upload it to my local web server (on my box):
     With Inet1
         .Execute "http://localhost/ecgreports/myfile.car", "PUT", content
     End With

However, when I try to upload it to a web server on our intranet the file doesn't show up there.
     With Inet1
         .Execute "http://webtest1/test/myfile.car", "PUT", content
     End With

I created the test folder on the server and set the permissions and security for full control for Everyone. I also created a web share on that server for that folder and selected to permit "write".

I have no idea why it isn't working on any other web server except my local one.

Any ideas?



Relevant Pages

  • Re: HttpWebRequest file upload problem
    ... Here is the first on a remote web server. ... Here is the second connection which is just to another folder on my ... File upload failed: System.UnauthorizedAccessException: Access to the path ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Uploading Large File to SQL
    ... However now when I'm upload a 500+mb file I run out of memory on the web server. ... private string SaveFileToSQL ... SqlDataAdapter myDataAdapter = new SqlDataAdapter ...
    (microsoft.public.sqlserver.programming)
  • Re: Uploading Large File to SQL
    ... However now when I'm upload a 500+mb file I run out of memory on the web server. ... private string SaveFileToSQL ... SqlDataAdapter myDataAdapter = new SqlDataAdapter ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: How to upload a file to my web server
    ... If not have em set you up a write enabled directory, then Google for upload scripts. ... my connection from my FrontPage client to my own company's web server is through a cell phone modem. ... What I want to do is to transfer from a client company computer across their own internet connections to my own company's web server. ...
    (microsoft.public.frontpage.programming)
  • Re: Restrict FileSystemObject to its virtual dir
    ... not scripts run by the Web Server. ... Creating an Application Pool for each application, with a unique AppPool ... If you allow users to upload and run arbitrary code on the server, ...
    (microsoft.public.inetserver.iis)

Loading