Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by xollox

  1. xollox

    ICS and Web Server

    I have a IIS running on a WIN XP computer behind a WIN XP machine running ICS. The web server can get out to the web no problem, but when I enable the port 80 forwarding in ICS to the web server, no one can get to the web server. Any ideas? Thanks in advanced for any help you can provide. -XolloX
  2. xollox

    Upload via HTTP Post

    It's a B2B project, so I don't choose how they receive the files. It needs to be a HTTP post. -XolloX
  3. xollox

    Upload via HTTP Post

    I'm trying to upload a file from a winXP pro machine (we can enable IIS without a problem) to a server. So, to answer the question, server to server, yes. -XolloX
  4. xollox

    Upload via HTTP Post

    I understand the reason behind not being able to put a file name into an HTML file, but a server side file should be able to do that. Are all uploads done manually? ..that seems a bit ridiculous. -XolloX
  5. xollox

    Upload via HTTP Post

    The hidden fields are really not that important. The file part is the part that i can't figure out. -XolloX
  6. xollox

    Upload via HTTP Post

    I'm trying to automate what this HTML page does manually (upload a file and pass a few fields of info): <FORM METHOD=&quot;Post&quot; enctype=&quot;multipart/form-data&quot; Action=&quot;whatever.asp&quot;> Username<INPUT TYPE=&quot;Hidden&quot; Name=&quot;username&quot...
  7. xollox

    HTTP Post/Upload

    I'm looking for a way to automate an HTTP Post of a file to a web server. I have an html page that'll do it, but I'd like to automate it. I'd also like to grab the response given back by the server. Here is the HTML I have that works: <FORM METHOD=&quot;Post&quot...
  8. xollox

    MS Access HTTP Post

    getting closer and closer... I can use this following line of code to do all but upload the file...anyone have any idea how to get this to u/l it? I'm trying to get it to upload the file &quot;whatever.zip&quot; Application.FollowHyperlink UploadServer, , False, False...
  9. xollox

    Looping file output

    I found the error with my code...It's one of the nested loops (the one that contains the close statement) is not being run... oops. -XolloX
  10. xollox

    MS Access HTTP Post

    Here is the HTML that I use to u/l the zip file. I looked into the WinHTTP services, but unfortunately I can't figure out if that'll work or not. <FORM METHOD=&quot;Post&quot; enctype=&quot;multipart/form-data&quot; Action=&quot;whatever.asp&quot;> Username<INPUT TYPE=&quot;Text&quot...
  11. xollox

    Looping file output

    Hello all, Here is my question... I have a loop in my access module that loops through orders and outputs some XML for each. I am having trouble getting the file output to work correctly. Here is a little code snippet of what I'm doing (with most of the code removed): For i = 1 To 3 Open...
  12. xollox

    MS Access HTTP Post

    I was able to upload the file using a simple HTML page, but I need to automate this as well as retrieve the XML response it gives back. Any ideas on how to automate this? Automatically open the HTML page and submit it? Thanks in advanced. -XolloX
  13. xollox

    MS Access HTTP Post

    Forgot to mention, I need to retrieve the reply it gives too. -XolloX
  14. xollox

    MS Access HTTP Post

    I'm trying to post a zip file to a web server perl script. They say this about it: The format of the post is a standard multiplart form post with 4 key/values: username password data client I'm using MS Access 2002 SP1. Any ideas? Thanks. -Chris -XolloX
  15. xollox

    Exchange 5.5 to 2000 Migration

    I'm trying to migrate an exchange 5.5 server to a exchange 2000 server. I've found plenty of information about how to use the migration wizard to do this from one server to another, however that does not help me. I only have one server. It is a dual boot, one partition has win2000 and...

Part and Inventory Search

Back
Top