I have a script that writes user requested information to a text file.
The problem is I don't have write permission on my server, does anybody know if it is possible for the my php file to write the file on the users computer.
I mean when the user clicks the link to download text version, a standard popup opens asking the user to save or open the file and my script then writes the file on their computer.
Thanks in advance.