SmashMirror

Results 2 issues of SmashMirror

Hi, I'm using your great ajax file upload code like this: $(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(); } });...

When I'm trying to log in to the tuya cloud via the plugin, it is not recognising my username and password, even though I have entered the correct details. Log:...