mpsn Posted November 19, 2011 Share Posted November 19, 2011 Hi, I know how to use an upload form: <form enctype='multipart/form-data'>";> <input type="file" /> </form> BUT what if I want to have a "save to" form, so they click a button and they choose the directory to save to. Any help much appreciated! Quote Link to comment Share on other sites More sharing options...
trq Posted November 19, 2011 Share Posted November 19, 2011 Add another form element allowing the user to choose a directory. Quote Link to comment Share on other sites More sharing options...
Stiver112 Posted November 25, 2011 Share Posted November 25, 2011 Yes... make the user chose an option... depending on the option chosen make some simple if statements that uploads the files to a different path on your server... Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.