Basically, what I want to do is create a script that allows me to upload a file to my server, then take that file and print it out over a printer that I have connected to another computer on my network.
I've got the webserver already, I just need to know how to get the script running so I can do this from a remote location.
How do I find or create a PHP script that will print a file I upload through a webpage to my server?
If you download a copy of wikimedia, the software that runs Wikipedia, you can check the code to see what the Special:Upload page does. The file is /wiki/includes/specialuploads.php (or with a space before each directory name:) /wiki /includes /specialuploads.php Now in case Yahoo Answers lobotomizes the answer, it again is directory "/wiki" subdirectory "/includes" filename "specialuploads" with the filename extension ".php"
sepal
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment