I am trying to have a virtual directory outside of the nop web where I upload files via TinyMCE for topics, blogs, etc...

To set this up, I removed the physical directory /content/images/upload and created a virtual directory "uploaded" under
/content/images/.

When the image uploader/selector comes up it appends the physical path to the file name.  The window will come up with broken links and have something like this for the image. <img src="https://dev.nopbase.comC:/NOPUploaded/myimages/1-200X200.jpeg" alt="">

C:/NOPUploaded is where my virtual directory exists.  Since that is the case, it puts that instead of /content/images/uploaded (the virtual directory path)

Is there a way to tell it to  use the virtual path instead of the physical path?

Thanks in advance.   This has me stumped.