Nicolas Cannasse пре 17 година
родитељ
комит
ffca330014
1 измењених фајлова са 1 додато и 0 уклоњено
  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;