Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

FileReference.download

Explorer ,
Apr 16, 2008 Apr 16, 2008
I'm using the FileReference.download method, the browse window opens but when I click on "SAVE" button the file isn't saved on local PC.
TOPICS
ActionScript
500
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Explorer , Apr 16, 2008 Apr 16, 2008
After many tests I found the solution:
I had all that code on a mouseclick handler,
to make it function I declared the FileReference only one time out of the function and the URLrequest plus the FileReference.download inside the handler.
Translate
Community Expert ,
Apr 16, 2008 Apr 16, 2008
do you have a security issue?
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Apr 16, 2008 Apr 16, 2008
Error handlers doesn't show me any errors (tested online, on local it gives me security errors) but the file is not download as well.
(Vista 32bit + FF and IE)
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Apr 16, 2008 Apr 16, 2008
show the code you're using.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Apr 16, 2008 Apr 16, 2008
LATEST
After many tests I found the solution:
I had all that code on a mouseclick handler,
to make it function I declared the FileReference only one time out of the function and the URLrequest plus the FileReference.download inside the handler.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines