hi,
I have created a List and a Document library and in the List i created one Custom ActionList Item Menu which will navigate to upload.aspx here is the url (http://mysite/_layouts/Upload.aspx?List={guid of Document Library}&GListID={ItemId}) GListID is the query string parameter for current item id.
The issue is from EditForm.aspx of Document library when i click on the Save button it saves the details but it redirects to uploaded document.
I want to redirect to AllItems.aspx page of List or Document library.
How to achieve this.
sal