frenchtaquito
Technical User
I don't know if this is possible but here is what I am trying to do-
I want to let the user double click on an image and save that image as whatever was entered into a text box. I want it to be one easy step without having to go through the "save picture as" pop up. I also need it to save to a specific folder. Any ideas? If it is easier to assign a button to do all of this rather than double clicking on the image, that will work too.
I've tried dabbling in javascript by assigning - document.execCommand("SaveAs"
behavior to the image but it only wants to save as html & I get the pop up. Any ideas? Thanks in advance! Ginger
I want to let the user double click on an image and save that image as whatever was entered into a text box. I want it to be one easy step without having to go through the "save picture as" pop up. I also need it to save to a specific folder. Any ideas? If it is easier to assign a button to do all of this rather than double clicking on the image, that will work too.
I've tried dabbling in javascript by assigning - document.execCommand("SaveAs"