does anyone know how to save a file image with previously show a dialog to choose where the location is and input a name of the file?
thanks for your response, appreciate it
You don't specify a technology, with swing you can use JFileChooserDialog, see here for more info.
JFileChooserDialog fcd = new JFileChooserDialog();
fcd.showSaveDialog(component);
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With