after uploading files in a custom folder "myuploads" using PHP code, I want to show these files in admin. This folder resides in the root directory along with wp-admin,wp-content,wp-includes folder. I have also tried links like "/myuploads/filename" or "../myuploads/filename" in admin but both give
"oops! that page cannot be accessed error".
I am new to wordpress so any help would be appreciated.
Thanks