Created
October 10, 2014 20:32
-
-
Save vinodc/e20527fd09d5de2c13a9 to your computer and use it in GitHub Desktop.
Kloudless File Explorer example implementation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>File Explorer</title> | |
</head> | |
<body> | |
<!-- | |
Throw in the HTML from the JSFiddle's HTML tab here. | |
The JSFiddle is at http://jsfiddle.net/pseudonumos/PB565/embedded/ | |
--> | |
<script type="text/javascript" | |
src="https://static-cdn.kloudless.com/p/platform/sdk/kloudless.explorer.js"></script> | |
<script type="text/javascript"> | |
// Throw in the JS from the JSFiddle's JavaScript tab here | |
</script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment