public function __construct($tmpFileName, $postName, $originalFileName, $size)
 {
     if (!php_Boot::$skip_constructor) {
         $this->postName = $postName;
         $this->originalFileName = haxe_io_Path::withoutDirectory($originalFileName);
         $this->size = $size;
         $this->tmpFileName = $tmpFileName;
     }
 }