Hi Mike, thanks for your help, here hit my code, which is finally well.
// Controls for Archive's Data Fields
protected $txtImg;
protected function btnSave_Click($strFormId, $strControlId, $strParameter) {
copy($this->txtImg->File, '/tmp'. $this->txtImg->FileName)
$strArchiveData = file_get_contents($this->txtImg->File);
$this->mctArchive->Archive->Img = $strArchiveData;
$this->mctArchive->SaveArchive();
$this->RedirectToListPage();
}
.bc