I want to upload 5 files,but my \'file input\' is same name/id,how can i possible to upload five files.
My HTML code is:
-
2021-01-16 00:15
Holy ##### it even works in PHP:
public function waitForAjax()
{
while(true)
{
$ajaxIsComplete = array(
'script' => 'return jQuery.active == 0',
'args' => array()
);
$ajaxIsComplete = $this->execute($ajaxIsComplete);
if ($ajaxIsComplete) {
break;
}
}
}
Thank you :)