History | Log In     View a printable version of the current page.  
Issue Details (XML)

Key: FP-276
Type: Bug Bug
Status: Resolved Resolved
Resolution: Incomplete
Assignee: dlollar
Reporter: efishocean
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Flash Player

flash player 10 FileReference save() can't overwrite local file bug.

Created: 06/01/08 06:48 AM   Updated: Yesterday 05:03 PM
Component/s: Networking API
Security Level: Public (All JIRA Users )

File Attachments: 1. File MidasTest.swf (455 kb)


Severity: Usability Issue
Reproducibility: Every Time
Discoverability: High
Found in Version: Flash Player 10 - 10_0_1_218
Milestone: Flash Player 10
Affected OS(s): Windows - XP
Steps to Reproduce:
Steps to reproduce:
1. A file named anyfile.anyext in any size exists on local disk.
2. Use save method of FileReference to save some data with the same file name in the same location of the anyfile.anyext.
3. Alert 'replace file?' pops, click on ok.
 
 Actual Results:
The saving of anyfile.anyext failed, The file size is zero.
 
 Expected Results:
The anyfile.anyext should be replaced with new data.
 
 
 Workaround (if any):
When debug, traced an IOError event. I have blogged this bug in my article http://www.tan66.com/flash-player-10-filereference-save-cant-overwrite-local-file-bug/


 
 
 
Language Found: English
Bugbase Id: none
Triaged: No
Resolved by: dlollar
Participants: dlollar and efishocean
Browser: Internet Explorer 6.x


 All   Comments      Sort Order:
dlollar - [07/25/08 12:29 PM ]
Hello, could you post the source for your swf? With our tests, I am able to download and save over an existing file. If I could see how you are downloading, that would help me verify your issue. Thank you.