Is there any way to write a flat file to the computer on which the user is logged into. I have a form where teachers enter their weekly homework assignments. Those assignments are written to a mySQL database. In addition, I am currently writing them as an html file to the server.
Instead of doing that, it has been requested that that file be written to the hard drive of that teacher's computer so he/she can upload it into another program, an online school grading/scheduling program. This is so the teacher does not have to enter the data into my form to get it into the database and then re-type it into Word or something like that, save as html and upload it. This way, the teacher types once into my form and then does the upload.
I would love to be able to do an automatic upload, but the software company won't let me at this point.