JSAPI relative file path possible?

All others add-ons (Secure FTP, SCP, Flickr, scripts ...).
Post Reply
centdir
Posts: 10
Joined: Mon Jul 06, 2009 1:40 pm

JSAPI relative file path possible?

Post 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

User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

Re: JSAPI relative file path possible?

Post by support »

No, it would require some code customization.

Post Reply