How to change the OK/Cancel buttons to redirect back to Parent/Child list
Wehn using the native Upload form the cancel will bring you to the layouts page instead of bringing you back to the Parent/child list.
<P>This happens because the native upload page cannot redirect back</P>
<P>You have to create a CustomUpload.aspx page in SharePoint Designer as an EDIT form (New Form will not work) and used it as the New Form URL in the webpart for the Parent/Child qListView.</P> <P>Now the OK and Cancel buttons will bring you back to the source page.</P>