* Finish old search.

This commit is contained in:
wangyuting
2024-03-04 14:40:09 +08:00
parent eb81c814e8
commit d8a0bc338c
8 changed files with 998 additions and 0 deletions
+10
View File
@@ -32,6 +32,16 @@ class file extends control
$this->display();
}
/**
* Build the old upload form.
*
* @param int $fileCount
* @param float $percent
* @param string $filesName
* @param string $labelsName
* @access public
* @return void
*/
public function buildOldForm(int $fileCount = 1, float $percent = 0.9, string $filesName = "files", string $labelsName = "labels")
{
if(!file_exists($this->file->savePath)) return printf($this->lang->file->errorNotExists, $this->file->savePath);