Skip to content

Commit

Permalink
Finaly works. Only doing 2 upload requests at a time
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel on umini committed Apr 21, 2015
1 parent 5b09512 commit 5e4363c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ php -r 'echo "data:image/jpg;base64," . base64_encode(file_get_contents("'$f'"))

* Movie uploading
* Optimizations for mobile devices
* An upload queue to not make the http request timeout when doing uploads of many images at once
* Fix the "uploading image" text on the blurred canvas to be exactly centered
* Themes / more design options
* Categories
* Better user interface [?]
Expand Down
1 change: 0 additions & 1 deletion functions.js
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,6 @@ function update_progress()
}
}
}
console.log("average = "+average+" queue = "+queue);
average /= uploads.queued;
if(parseInt(prog.style.width) != average)
{
Expand Down
Loading

0 comments on commit 5e4363c

Please sign in to comment.