src << ftp(file,content="Please select a location to save your file.",title="Where do you want to save that file?",filter="DMI Icon *.dmi|PNG Icon *.png",default="somefile.dmi")
Or something of that nature.
"content" being the text that appears below the file name input box.
"title" being the title of the save dialog.
"filter" being a standard Windows dialog control type filter string.
"default" being the default value put into the file name input box.