I created a feature to add new dropdown action item, for example,
"Upload from source abc", under Upload menu of a document library. I
was able to upload document library to the root folder of the document
library, not don't know how to upload a document library to the
current folder.
For the action URL, according to the sdk, the following tokens are
available: ~site, ~sitecollection, {itemid}, {ItemUrl}, {ListID},
{SiteUrl} and {RecurrenceId}. {ListId} gives me the document library,
but How can I get the current subfolder?
To help you understand my situation, here is the big picture: I need
to develop the functionality to enable user to browse a source of
documents, such as a document management system(DMS) and upload the
document from the DMS to the current folder of the SharePoint document
library.
I am using MOSS 2007.
Any suggestions?