Tagged Questions

0
votes
2answers
26 views

Downloading pictures/Word documents using ASP.NET

If I put the following code: Response.ContentType = "image/jpeg" Response.AppendHeader("Content-Disposition", "attachment; filename=capitol.jpg") Response.WriteFile(Ma …
0
votes
1answer
37 views

ModalPopup CodeBehind Function Wait For User Response

I have set up a function which returns an enum of the button that the user clicked in the ModalPopup. I have a variable of type enum to store which button the user clicks in the b …
0
votes
3answers
29 views

JSP response content type Excel

when i set response content type is excel. In excel sheet it is dsiplaying 1-Jan instead-of 1-1. here is code snippet <%@ page language="java" contentType="text/html; charset= …
0
votes
2answers
44 views

multiple http requests when processing streaming response using httpcomponents

I'm a newbie to http and Apache's HttpComponents API. I need to process a streaming response of an http request using Apache's HttpComponents, while there may be additional http …
1
vote
3answers
44 views

Reponse outputstream content length?

I am writing to output stream through various methods. How can I, before I close it, find out content length of the outputstream?
0
votes
1answer
44 views

ASP.NET: HttpApplication lifecycle

In an HttpModule, I'd like to intercept the Response after the HttpResponse.Headers collection has been set but before the body of the Response has been added to the Response Strea …
2
votes
3answers
44 views

show hebrew words in a php response

hello.. i am sending a JSON response through a php script which has some hebrew words.but when i run this script on browser it is showing '?' instead of hebrew characters.. FYI.. …
0
votes
1answer
44 views

Flash and php become very slow, same code!!

I did a flash application, login form in flash, authenticate in php, that was 3 months ago, the sending requests and response is very fast, means, when i click submit button, withi …
0
votes
0answers
3 views

script to read input from textbox and output response if input is found or not

I need a script that can read input from a textbox on a webpage and output yes or no (or other words) if the input was found in a .txt file For example, if I have the file of col …
0
votes
2answers
26 views

how to assert response success in groovy unit testing

Hey i am trying to develop a sample app in groovy on grails...i have an action called login..which doesn't do anything except to render a page called login...I think there is no ne …
0
votes
2answers
46 views

What is max size of ajax response data?

I send request from asp.net page and then wait for response, calling GetCommand via SetInterval method: function GetCommand(id, sid) { getCommandResponse = $.ajax({ type: " …
0
votes
3answers
33 views

How to get intermediate response from server ??

Hi all, I am trying to check pop and smtp values entered by user.. I mean i wish to validate that pop and smtp say for example(pop.gmail.com,smtp.gmail.com) which is entered by us …
0
votes
2answers
33 views

How to get the response stream on a non 201 status code

I'm having some problem's grabbing a response stream from a request that returning status code 422. HttpWebResponse objResponse = (HttpWebResponse)wr.GetResponse(); The wr.GetRe …
1
vote
1answer
119 views

HTTP/1.1 Cache-Control no-cache problem

I do not want my Java SWT application to cache temporary internet files. Currently I am dealing with IE (because SWT uses the native browser), and the browser cannot be changed. T …
0
votes
1answer
27 views

Yii - modify response data

I need to dynamically generate title and meta tags in my application. So I need to get response object (f.e. like in symfony framework) and set corresponding data in section. How …

1 2 3 4 5 7 next
15 30 50 per page