Explorar el Código

added postData

Nicolas Cannasse hace 17 años
padre
commit
ffca330014
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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;