Nicolas Cannasse 17 lat temu
rodzic
commit
ffca330014
1 zmienionych plików z 1 dodań i 0 usunięć
  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 type : String;
 	var name : String;
+	var postData : String;
 
 	function new() : Void;