In my application, a user can select a pdf document for upload into a collection. I am doing this using the uploadButton.startLoad() function in code, and it is working just fine. The url reference appears in the collection and the document shows up in “My Received Docs”.
I also allow uploaded documents to be deleted. I can delete them from the collection without an issue, but the file remains in “My Received Docs.” Is it possible to delete the file from “My Received Docs” using code?
As a secondary question, why is “My Received Docs” not visible within the Media Manager when I choose Documents from “My Uploads”? I understand that I can go to the upload button and find it through “Manage Upload Button”, but this seems pretty convoluted as a normal part of site management.
Thanks in advance for any assistance.