use php to display Save As dialog and direct to right folder
Posted: Fri Mar 15, 2013 1:52 pm
i am trying to save a step. when files come in we need to upload to the remote host, and then save to a PC on the local network. As it is, this involves 2 distinct steps. What i was hoping for is once the user has located the file, they, upon submit will 1) store that file to the remote server (upload), and then 2) save it to the local PC.
to simplify this a little, is there a way to use the php code to pop up a save as dialog box, direct the user to the correct folder on the local PC, and have the file name showing in the Save As dialog box, where from that point all they have to do is click 'OK'
TIA
to simplify this a little, is there a way to use the php code to pop up a save as dialog box, direct the user to the correct folder on the local PC, and have the file name showing in the Save As dialog box, where from that point all they have to do is click 'OK'
TIA