1
How to Get Physical Path of a pdf file in File Ultimate to show that pdf file in custom pop-up iframe.
Problem reported by Naveen - 10/5/2018 at 6:11 PM
Submitted
Hi,
 
How to get the physical path of a pdf file in File Ulitmate. By using the below code I am able to get the following result-
 
function fileManagerSelectionChanged(sender, e) {
var fileManager = sender;
var json = JSON.stringify(e, null, 2);
console.log(json);
}
and the result is-
 
{
  "eventName": "selectionChanged",
  "items": [
    {
      "name": "sample.tif",
      "fullPath": "[Input]:\\sample.tif",
      "itemType": "File",
      "extension": "tif",
      "size": 396033
    }
  ]
}
The Full path is the location from the root folder.
 
So how to get the file's physical path or Physical Path/VirtualPath of the Root folder by which I can add the file name so that I have a complete file path?
 

1 Reply

Reply to Thread
0
Astro A Replied
Were you able to figure it out?

Reply to Thread