Implement upload throttling: one file at a time.

This commit is contained in:
2016-09-04 14:39:21 +02:00
parent 790d5fc5d0
commit ddcc28aff6
3 changed files with 28 additions and 11 deletions

View File

@@ -697,6 +697,11 @@ a#previous_photo:hover, a#next_photo:hover {
#upload_preview_area .progress .error {
background: #b22;
}
#photo_submit:disabled {
background: #ccc;
color: #777;
border-color: #aaa;
}
/* Spinner animation
----------------------*/