3 Dec 2019 To download a file, first create a Cloud Storage reference to the file you want to var pathReference = storage.ref('images/stars.jpg'); // Create
$("document").ready(function() { $('input[type=file]')on("change", function() { var $files = $(this).get(0).files; if ($files.length) { // Reject big files if ($files[0].size > $(this).data("max-size") * 1024) { console.log("Please select a…
HTML Presentations. Contribute to Seldaek/slippy development by creating an account on GitHub.