ErrorException [ Fatal Error ]:
Call to a member function getAllFiles() on a non-object
291 * @param array $config
292 * @return void
293 */
294 public static function process($config = array())
295 {
296 foreach (static::$upload->getAllFiles() as $file)
297 {
298 $file->setConfig($config);
299 $file->validate();
300 }
301 }
It looks like you're new here. If you want to get involved, click one of these buttons!