What I'm looking for is: how does my ipl know the file to which I'm attaching metadata? I have 4 environment variables, one of them being my current workarea, which is remotely useful but not good enough. So, in my script, it seems that I have no way to determine what file I'm working with and thus, no way to retrieve the last modifier of the file.Dave
In addition to Environment variables you have posted MDCT CGI Form as well. As far as I recall you have a full Path of the File in the Form's variable 'path_0'
No, I don't think so. At least, when I dumped all POST, GET and ENV variables to the screen, all I got was 4 environment variables and IW_ROLE was even blank. Helpful, that.
Good suggestion but this is an inline instead of a callout
Good suggestion but this is an inline instead of a callout, which leads me to believe that I'm relegated to the command line syntax if I want to provide anything. This inline would basically give some File::stat-type info on the file being tagged.