Using json to give url download link
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2015 05:21 PM
I'm trying to do use json to give us download link and when I click on it. It shoud give you the download link for the pdf. can someone guide me on how to make it possible. My startup code is below:
this is called downloadFiles.js
this is called downloadFiles.js
var digiRepo = space.children;for(var i=0;i<digiRepo.length ; i++){ logger.log(digiRepo.name);}
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2015 12:41 PM
I've done the code and I need some code to show me how to browse between folders, I did the code for download document as guest, I've done it using freemarker and js but I need some sample code to show me how to browse the folders, what is the way on doing that?
I need also the way of how to search of document inside these folders.
I need also the way of how to search of document inside these folders.
