Код: Выделить всё
#progress-container {
width: 100%;
background: #f3f3f3;
border: 1px solid #ccc;
border-radius: 5px;
margin-top: 10px;
display: none;
}
#progress-bar {
height: 20px;
width: 0;
background: #4caf50;
border-radius: 5px;
}
Подробнее здесь: [url]https://stackoverflow.com/questions/79370281/how-to-show-the-download-progress-bar[/url]
Мобильная версия