Search results for query: *

  • Users: timgt
  • Order by date
  1. T

    Need help with VB.NET command-line program to upload a file via HTTP (input type=file

    Essentially, the page I need to upload to is "blah.pl" and the server's form has "type=file name=filename" and I don't see anywhere where I can specify the variable name of "filename". Help plz!
  2. T

    Need help with VB.NET command-line program to upload a file via HTTP (input type=file

    So what I am really getting at is this: The server has a form which says "type=file name=filename". So when you are building the URI request, how exactly do you do it to include the variable names from above to stream your file to? The below does not work... please help! Dim uriString As...
  3. T

    Need help with VB.NET command-line program to upload a file via HTTP (input type=file

    I see the example.. thanks! I still don't see how to actually use that. So lets say my URL is http://asf.pl?var=asdf&var2=asdf and then i have a type=file with name of var3 So how do I modify the code to use the var3 as the variable with the file to be uploaded to? Thx in advance!
  4. T

    Need help with VB.NET command-line program to upload a file via HTTP (input type=file

    Could you please show me how to use it by modifying the code please?
  5. T

    Need help with VB.NET command-line program to upload a file via HTTP (input type=file

    Hello, I'm trying to write a vb.net command-line application that will upload files to a partner's website via a HTTP form. The problem I am having is that I have no idea how to do a HTTP POST where the input type = file (file to be uploaded). I can do a HTTP POST with all the other variables...
Back
Top