Actionscript Tracking: flash.net.FileReference
This is the tracking issue for flash.net.FileReference in AVM1. We will check off each item of progress as appropriate, and fill in any relevant or missing information as we continue development of Ruffle.
Legend
Each checkbox is independent of another. It's entirely possible for something to be tested but not exist yet, or for us to believe that it's completely functional but we haven't made enough tests to prove it.
"Property Exists"
This means the item exists, but may not necessarily be fully implemented.
"Has Test Coverage"
This means that we believe that we have a good test coverage of this item, regardless of if those tests pass. It's okay to have tests available but not implement the item yet.
"Completely Functional"
This means we believe that the item is completely implemented, and no more work needs to be done towards making it functional.
flash.net.FileReference
Static Properties
_listeners : Array
- [x] Property Exists
- [ ] Has Test Coverage
- [ ] Completely Functional
Static Methods
broadcastMessage()
- [x] Property Exists
- [ ] Has Test Coverage
- [ ] Completely Functional
Properties
creationDate : Date
- [x] Property Exists
- [ ] Has Test Coverage
- [ ] Completely Functional
modificationDate : Date
- [x] Property Exists
- [ ] Has Test Coverage
- [ ] Completely Functional
name : String
- [x] Property Exists
- [ ] Has Test Coverage
- [ ] Completely Functional
size : Number
- [x] Property Exists
- [ ] Has Test Coverage
- [ ] Completely Functional
creator : String
- [x] Property Exists
- [ ] Has Test Coverage
- [ ] Completely Functional
type : String
- [x] Property Exists
- [ ] Has Test Coverage
- [ ] Completely Functional
postData : String
- [x] Property Exists
- [ ] Has Test Coverage
- [ ] Completely Functional
Methods
FileReference()
- [x] Property Exists
- [ ] Has Test Coverage
- [ ] Completely Functional
browse(typelist)
- [x] Property Exists
- [ ] Has Test Coverage
- [ ] Completely Functional
upload(url, uploadDataFieldName, testUpload)
- [x] Property Exists
- [ ] Has Test Coverage
- [ ] Completely Functional
download(url, defaultFileName)
- [x] Property Exists
- [ ] Has Test Coverage
- [ ] Completely Functional
cancel()
- [x] Property Exists
- [ ] Has Test Coverage
- [ ] Completely Functional
addListener(listener)
- [x] Property Exists
- [ ] Has Test Coverage
- [ ] Completely Functional
removeListener(listener)
- [x] Property Exists
- [ ] Has Test Coverage
- [ ] Completely Functional
any progress on filereference and filereferencelist? I have a file manager (upload/download) everything is working it just need the filereference implementation to make it work fully. thanks