Page 1 of 1
Write file to computer
Posted: Sat Jan 03, 2009 8:55 am
by kristolklp
Is it possible to write a file directly to a local computer using php?
Re: Write file to computer
Posted: Sat Jan 03, 2009 9:41 am
by thisismyurl
If you mean, is it possible for a web site to write a file directly to the computer of a user with no interaction ... no but, PHP can write files to an end user computer using the Save As dialog box or the Download function of most web browsers.
You can also modify the header of files to make that file save as anything from an HTML to a DOC file, even graphic files.