I need to download a JPEG file from my application, however, when the user changes the file name, the saved file will be downloaded without the extension.
For example: I use FileReference.download () and set the default file name as "demoPic.jpg", and the custom window installation control file extension is not displayed. Therefore, when the download window opens in the dialog box, only "demoPic" is displayed as the file name. If the user saved the file without changing the file name, the saved file will be in order. But if the user changes the file name, the download file will be saved without extension. Is it possible to add the file extension to the file name when the user forgets it using flexible code?
flex actionscript-3 download
xuchen
source share