Page 1 of 1

JSAPI relative file path possible?

Posted: Wed Jun 01, 2011 9:02 pm
by centdir
Is there a JSAPI setting that will return relative file paths in the "filelist" parameter of JSTransferTriggered or in the "filename" parameter of JSTransferStarted?

I know that jsenablepath="true" will return the full path for JSTransferTriggered, and jsenablepath="all" will return the full path in the other JSAPI functions as well, but I would like to be able to get the relative path in the same way as the "extrarelative" value does for postparameters.

Thanks,
Cid

Re: JSAPI relative file path possible?

Posted: Thu Jun 02, 2011 7:02 pm
by support
No, it would require some code customization.