video_title ?? '3D Model'; header('Content-Type: application/octet-stream'); header('Content-Disposition: inline; filename="3d model"'); header('Content-Transfer-Encoding: binary'); header('Accept-Ranges: bytes'); @readfile($objectFile->file_url); exit;