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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: noizee666
  • Content: Threads
  • Order by date
  1. noizee666

    compare two columns

    Hi, I have two tables in the same database. I want to compare one column from table A to table B. If a value from a.column is not in b.column this value should be returned. The table A could have same values in it. Values in table B exists only one time. example: Column Table A...
  2. noizee666

    Upload - Get name of tempfile

    Hi, is it possible to get the name of the temp file during an upload with POST ? I want to get the filesize during upload to show users how much they have uploaded at the moment. Thanks. Noizee
  3. noizee666

    Textarea and newlines

    Hi, I have a HTML-Form with a textarea, a selectfield, and some input elements with type="text" in it. If there's a new text in textarea a new instance of an object is created containing the data of all fields and a new option is added to selectfield. on changing the entries of the...
  4. noizee666

    how to get proxy from browser?

    Hi, I wrote an applet to transfer data via HTTP PUT. Now I want to use the proxy server configured in the browser. How can I get this information? I need the servername and port of the HTTP proxy. Thanks, Noizee
  5. noizee666

    Sockets and HTTP PUT

    Hi, I want to upload files to my Apache server with HTTP PUT. Should I use sockets or URLCOnnections for this. And how do I connect to my Server with a socket and start a PUT request? Thanks Noizee
  6. noizee666

    PUT Applet

    Hi, how do I use HttpURLConnection to PUT data on a webserver? I don't want to use Servlets. What kind of Stream should I use to upload the binary files? Thanks Noizee
  7. noizee666

    HTTP PUT Client

    Hi, does anyone know a free Java Applet which uses PUT to send data to a webserver? I use apache and don't want to run tomcat and servlets. Thanks.

Part and Inventory Search

Back
Top