Javascript get Path of document

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2014 02:21 AM
Hello!
How can I read the path, where a document are uploaded?
I want to set a rule, where a script is started, after upload.
But I need the path in the script.
Thank you!
How can I read the path, where a document are uploaded?
I want to set a rule, where a script is started, after upload.
But I need the path in the script.
Thank you!
Labels:
- Labels:
-
Archive
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2014 04:02 AM
You can use one of the Scriptnode API
"displayPath" it display path to this node"
var path=document.displayPath;
"displayPath" it display path to this node"
var path=document.displayPath;

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2014 06:24 AM
Hello Mits!
Many Thanks!
It works!
Many Thanks!
It works!
