Can Flash AS3 FileReference access the size of a file on local disk before uploading to PHP?
I want to be able to get the size of a file before uploading it to a PHP script 开发者_如何学运维using FileReference.
Can I get the file size before detecting bytesTotal during the upload process?
You should be able to access that through the "size" property of the FileReference Object. http://www.adobe.com/livedocs/flash/9.0/ActionScriptLangRefV3/flash/net/FileReference.html#size
精彩评论