Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

LogFile Upload

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    LogFile Upload

    Hi Guys,

    I am trying to upload a logfile to my webserver. Is this the correct syntax?


    __________________________________________________ _______
    using System.Net
    using System.Web


    private string path2 = "c:\\documents\\logfile.txt";


    WebClient fileUploader= new WebClient();
    fileUploader.UploadFile("http://www.domain.com/files/", "POST", path2 );


    __________________________________________________ ______

    my webserver doesnt have any username or password.

    it doesnt seem to be working... any suggestions?
    Last edited by Oil_Trader; 09-16-2010, 06:44 PM.

    #2
    Since this is more general C# this is unfortunately outside of the scope we can support here - do you see any log errors in the Control Center?

    It would be helpful to add the 'response' for debug purposes - http://msdn.microsoft.com/en-us/libr...hs(VS.80).aspx

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    576 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    334 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    101 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    553 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    551 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X