Nicolas Cannasse 17 anni fa
parent
commit
ffca330014
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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;