Browse Source

added postData

Nicolas Cannasse 17 years ago
parent
commit
ffca330014
1 changed files with 1 additions and 0 deletions
  1. 1 0
      std/flash/net/FileReference.hx

+ 1 - 0
std/flash/net/FileReference.hx

@@ -12,6 +12,7 @@ extern class FileReference {
 	var size : Float;
 	var size : Float;
 	var type : String;
 	var type : String;
 	var name : String;
 	var name : String;
+	var postData : String;
 
 
 	function new() : Void;
 	function new() : Void;