Refresh QListView after uploading a document.
Add an existing document library web part to a page.
Add a corresponding Quest List View web part of the same library to the page.
Update anything to the out of the box document library web part by deleting or adding a new document to it. The change is not reflected automatically in the Queue web part.
When uploads a document using OOB web part it does not update the whole page, but the web part only.
With the two web parts (one, from Microsoft, to upload doc and the other one, from Quest, to display the list) work together, it is impossible to have the desired result because two web parts has no connections.
Here are our suggestions:
option 1. use qListForm to upload doc to library and refresh the page which has qListView for the list of documents
option 2: remove the qListView from the existing page and add it to a second page. redirect to the qListView page after uploading the doc
When uploads a document using OOB web part it does not update the whole page, but the web part only.