bruce wrote: > Hi List! > > > I know this is somewhat basic.. and I am searching google as I type! I'm > looking for a client/server app that allows me to have a quick/dirty client > that can upload/download a file to a server app, with the server app copying > the file to a given dir... > > Code samples, or pointers to a site where I can download this would be > great!! I don't want a straight FTP, as I want to do more things with the > server piece... > > And yes, a php/apache kind of app would be cool.. > > thanks!! > > -g > I remember opendocman, owl and philer, though I've never used them. Depending upon the features you need you can easily write your own. HTML form with an input type=file PHP file to acept and move the file PHP file to view files in certain directory http://us3.php.net/manual/en/features.file-upload.post-method.php -- Thanks! -Shawn http://www.spidean.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php