On Saturday 16 November 2002 04:59, Tom Woody wrote: > I may be way off base on this, but is it possible to specify a filename > on a url as in... > > The user types in http://server/script.php?filetosend=filename.txt > > The script.php recieves that file and processes accordingly? Because > of the way its specified it would be a GET but I am not sure if this is > even possible.
Do you mean you want to send a _local_ file called "filename.txt" to the _server_ via the URL? If so, then no, it's not possible. -- Jason Wong -> Gremlins Associates -> www.gremlins.biz Open Source Software Systems Integrators * Web Design & Hosting * Internet & Intranet Applications Development * /* "The lymbic system in my brain is so electrically active, it qualifies as a third brain. Normal humans have two brains, left and right. - Jeff Merkey */ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php