[snip]
a quick one i hope! i am trying to allow users to save a set of data as 
a csv file when clicking on a link on our intranet.  i can do all the 
formatting and output to file but i would like the user to be able to 
specify where the file is saved in the same way as they would choose a 
file to upload.  Any ideas how this can be done?
[/snip]

You could have a drop down list of the available directories for storage on
the server and use that with move_uploaded_file()

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to