Ver código fonte

added postData

Nicolas Cannasse 17 anos atrás
pai
commit
ffca330014
1 arquivos alterados com 1 adições e 0 exclusões
  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;