From: indresh singh bhadoria Date: Wed, 31 May 2017 17:28:19 +0530 Subject: folder navigation error fix --- folder navigation error fix --- Binary files /dev/null and b/Downloads/Voter ID Card differ --- 'a/doc.php' +++ b/doc.php @@ -167,7 +167,7 @@ $dataI = json_decode($issuedNew[1], TRUE - + @@ -205,7 +205,6 @@ $dataI = json_decode($issuedNew[1], TRUE var fileOrFolder = ""; var onclickFnc = ""; var accessToken = ""; - $.post("http://localhost/digibank/uri.php", {access_token: accessTocken, id: id}, function (result) { $.each(result.items, function (i, l) { @@ -223,16 +222,16 @@ $dataI = json_decode($issuedNew[1], TRUE $("#folderPath").html(uriDataHtml); }); //$("#parent").empty(); - $("#parent").append("" + result.directory + ""); + $("#parent").html("" + result.directory + ""); }, "json") .fail(function () { $("#folderPath").html("Some error found"); }); } - function thisIsNotAFolder() { - alert('This is not a folder'); - } +// function thisIsNotAFolder() { +// alert('This is not a folder'); +// } \ No newline at end of file --- 'a/uploaddoc.php' +++ b/uploaddoc.php @@ -89,7 +89,7 @@ $dataF = json_decode($resFileNew[1], TRU $itm .= ""; } } - echo "" . $itm; + echo "" . $itm; ?>