Hello friends,
I have one smalll doubt that when we write a link with anchor tag we are giving the url as href to where it should redirect, my question is when we click that link the link willl automatically redirect to the url we had given, but my intension is when we click that link the file should be downloaded like
in some sites when we click a link the browser is asks for save the file (or) open that with that for any software. Like that i want the coding when we click the link the browser has to ask save this file or open this file.
My configuration is,
I am using modperl , Apache server, Linux operating system and the file type is CSV.
I have one smalll doubt that when we write a link with anchor tag we are giving the url as href to where it should redirect, my question is when we click that link the link willl automatically redirect to the url we had given, but my intension is when we click that link the file should be downloaded like
in some sites when we click a link the browser is asks for save the file (or) open that with that for any software. Like that i want the coding when we click the link the browser has to ask save this file or open this file.
My configuration is,
I am using modperl , Apache server, Linux operating system and the file type is CSV.
Comment