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 CaptainJack, 05-29-2026, 05:09 AM
    0 responses
    58 views
    0 likes
    Last Post CaptainJack  
    Started by CaptainJack, 05-29-2026, 12:02 AM
    0 responses
    35 views
    0 likes
    Last Post CaptainJack  
    Started by charlesugo_1, 05-26-2026, 05:03 PM
    0 responses
    103 views
    0 likes
    Last Post charlesugo_1  
    Started by DannyP96, 05-18-2026, 02:38 PM
    1 response
    184 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 05-11-2026, 05:56 AM
    0 responses
    171 views
    0 likes
    Last Post CarlTrading  
    Working...
    X