SmashMirror

Results 7 comments of SmashMirror

swissDude - I've tried your approach and I can't get it to work. i've got this code in the constructor: ``` $(document).ready(function(){ $('#fileSelector').ajaxfileupload({ 'action': 'UploadFile', 'onSubmit': function() {return {'filePath':$('#filePathInput').val()};}, 'params':{...

I found out what it is - the function() {return {'filePath':$('#filePathInput').val()};} needs to be in onStart, not onSubmit.

Here is the HTML oin the page: ``` var filePath = $('#filePathInput').val(); $(document).ready(function(){ $('#fileSelector').ajaxfileupload({ 'action': 'UploadFile', 'params':{ 'filePath':$('#filePathInput').val() }, 'onComplete': function(response) { $('#infoDiv').html("File Uploaded").fadeOut(5000); }, 'onStart': function() { $('#infoDiv').html("Uploading").show(); }...

is this likely to get released soon? its exactly what i need

here also - is there anything we can do to help?

I've still got no add ons in the store - just a blank window. running hassbian on a raspi3b+ any ideas on fixing this?