k.vijayakumar -6 Newbie Poster

hi friends,i wrote download code as
response.clear()
response.addheader(..)
response.contenttype()
response.writefile(..)
response.end()

it is working in IE .but when i use firefox it is not asking the location to save .it is by default saving on desktop.how to make it to ask for location to save


thank you friends