Browse Source

added postData

Nicolas Cannasse 17 năm trước cách đây
mục cha
commit
ffca330014
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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;