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 John Tel 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 dubBeat

  1. dubBeat

    Vista made my harddrive unreadable

    Hi, I have a WD Terabyte external harddrive that I was using with windows xp. I got a new machine with vista preinstalled on it. When I plugged my Hard drive into the new machine I got a dialog message saying that the drive was not formatted and asking if I wanted to format it now. I plugged...
  2. dubBeat

    Advice for image upload to database

    Hi, Ive built a simple flash movie for displaying images. The next stage I wanna work on is allowing a user to login as "admin" and be able to upload new images to a php mysql database. Could anybody give me some advice on how to go about beginning this. E.G would it be as simple as a file...
  3. dubBeat

    http response status error

    Sorry just one other question. I'm really at my wits end with this and have been pretty much trying anything that i come across. Do you think it might be useful in any way to use a service point? I think my main problem is not really understanding what the problem is exactly.
  4. dubBeat

    http response status error

    Hi, I read in a post that if I declare connection objects like this using "using" that the objects are automattically disposed of. Is this true? I changed my code to use "using" but the problem remains. Do you know of a way to check if an object has been destroyed? using (HttpWebResponse...
  5. dubBeat

    http response status error

    I havnt no. A search on "disposing objects" might lead me in the right direction?
  6. dubBeat

    http response status error

    Hi, for the past while ive been stuck with the following error when i debug my application "The server committed a protocol violation. Section=ResponseStatusLine" My application is sends 2 requests to a java servlet. The first request works fine. If I try to send any other request the...
  7. dubBeat

    using same connection for post/get

    Hi , I looked at more of the header from the first request. Its got things like ************** <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE"...
  8. dubBeat

    using same connection for post/get

    Ive being trying this approach and am getting an error saying "The server committed a protocol violation. Section=ResponseStatusLine" What does this mean? > I first tried capturing the JSESSION ID from the first "posts" response like so. >>> for (int i = 0; i < response.Headers.Count; i++)...
  9. dubBeat

    using same connection for post/get

    Thanks very much for that explanation of the process. I really am a complete cookie virgin. I checked the header of the first response and it does generate a cookie. ******************************* Pragma: no-cache Content-Length: 400 Content-Type: text/html Date: Fri, 13 Apr 2007 15:09:10...
  10. dubBeat

    using same connection for post/get

    I was thinking about this a bit more. Im new to c# and this level of http so im not too sure what tools are at my disposal. Would I create a cookie the first time the "post method" connects and then use that cookie for my second request "my get method".? How might I get the information I need...
  11. dubBeat

    using same connection for post/get

    Ive been trying a few different things over the past few days such as the keepalive method and making the cokkie of response 2 equal the cookie for request 1 but nothing seems to work. I Cant figure out what Im missing?
  12. dubBeat

    using same connection for post/get

    Im not sure to be honest but I dont think that it is. The data is generated from a servlet.
  13. dubBeat

    using same connection for post/get

    Heya, Im having some trouble with Post/Get. Ive got a web app that accepts a post. This post generates a link to a get request. The application works fine e.g (.... please bear with me here. its a little difficult for me to describe.) > open the app in a browser > enter a number, press submit...
  14. dubBeat

    parsing html

    thanks for the advice guys
  15. dubBeat

    parsing html

    Hi, I've just completed some code that sends a post request to a servlet. This servlet then generates a link to a page where there is further information. e.g. The link looks like this http://localhost:80/info?id=1234567&type=slir This is the page source of the page that the link takes you...

Part and Inventory Search

Back
Top