Link to home
Start Free TrialLog in
Avatar of chouproute
chouproute

asked on

How to open a download window by programming?

I have a file with PRN extension that I cannot download because of a reason that I don't know.

...
I want that user can download It on his computer just by cliking a link or after my processus of create of this file.

Thanks

Marco
Avatar of sajuks
sajuks

If ur prn files are associated with an application (like notepad ) then it would be possible to open it withut much ado. Your best bet would be to've the file as a .txt file and then 've it as a nortmal link for download
like <a href ="myfile.txt">Download file</a>
Avatar of chouproute

ASKER

I know I can do that but it's not really what I want.

I finally suceed my request!

all I had to do it's to add on the server option, mime properties, the extension of my file. And that's it! When i try to redirec to my file a download browser open :)


Thanks

Marco
ASKER CERTIFIED SOLUTION
Avatar of modulo
modulo

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial