qListView for Document libraries’s action ‘Upload’ does not open in new window
Title
qListView for Document libraries’s action ‘Upload’ does not open in new windowDescription
Resolution
There is a document library named "Doclib" with the following URL: http://site/doclib
Here are settings for the custom action:
<CustomActions>
<ContextMenu />
<Toolbar>
<ActionItem ID="UploadFile" Text="UploadFile">
<Action Name="Upload a File" Type="GoToURL" URL="http://site/doclib/Forms/Upload.aspx" OpenURL="Dialog" />
</ActionItem>
</Toolbar>
</CustomActions>
In the above settings "site" is the sharepoint site where the "Doclib" is located.