hi
i have written php code to generate and insert content into a csv file. my problem is instead of the prompt that pops up asking you want to open or save the file, i would like help coming up with script that saves the csv file in a particular location.
thanks
saving a csv file without a prompt
Moderator: General Moderators
Re: saving a csv file without a prompt
Can't be done. Maybe - MAYBE - if you have a Java applet.
HTML/Javascript cannot save to the client without the user's permission. This is on purpose - to prevent malicious websites from automatically downloading stuff to the user's computer.
HTML/Javascript cannot save to the client without the user's permission. This is on purpose - to prevent malicious websites from automatically downloading stuff to the user's computer.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.