I\'m using FileReference to open a file, but I can only get the file name that the user selected, not the full path. Can I get the complete file path, or is there a security issue?Or should I use anot
I\'m building a little recorder in flash and I have a little problem with sending the file that is recorded to php. Is there a way to simply send it with a var of do I need to set it to a file re开发者
This question already has answers here: 开发者_开发问答 Closed 11 years ago. Possible Duplicate: help, losing extension when use FileReference download
I\'m making a Flash projector which will be distributed on CD. I want to allow people to copy files off of开发者_StackOverflow中文版 the CD. Is this possible? Should I be using FileReference?If you ta
Closed. This question is not reproducible or was caused by typos. It is not currently accepting answers.
This question to which I already found the answer is posted here in case of someone else encounters it. I decided to post the Q&A here so that SO has somethi开发者_运维技巧ng about this error, sin
I use the following to upload a file to Flex: private var filer:FileReference; protected function button1_clickHandler(event:MouseEvent):void
swf file in https zone, upload script in http zone. File upload fine in ie, and not work on firefox, opera.
i\'m working on an 开发者_JAVA技巧app (flash/As3) that lets the user upload and edit an image, and then save it to the computer,
The following code is used in a component I name FileUpload.mxml which is used in two three different sections of the flex application.