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...
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...
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.
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...
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...
Hi ,
I looked at more of the header from the first request.
Its got things like
**************
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE"...
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++)...
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...
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...
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?
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...
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...
Hi, things seem a bit clearer now.
Just one last question.
On the servlet page source I can see
1) the text entry box named"msisdn0"
2) the form action named "demo1_res"
The equivilent PHP code for what I want to do is
**************************************************
$number='1234567'...
Maybe ive just been looking at the same problem for too long & lost my objectivity.
Could you help with my understanding a little?
I added the following line to the example
HttpWebRequest myHttpWebRequest = (HttpWebRequest)WebRequest.Create("http://localhost:80/demo1");
In the example there...
Yeah of course, it was one of the first things I looked at.
Unfortunately for me I didnt find the information presented very digestible or useful to me (novice).
Ive been on the lookout for more of a working example or tutorial but no joy so far.
Thanks anyway,
DUB
Hi, thanks for the reply.
It is a post and the action is name "demo1_res".
Have you got experience in programming asp.net?
Im new to it and im a bit lost as how to use the httpWebRequest functions to send a value to the servlet and to then execute and return the results of "demo1_res"
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.