Coronium Core - obtain list of files uploaded to server by clients

Yeah i saw that too so I’m sticking with coronium core for now. It works great for my needs and I don’t wanna change for something else unless I have to.

Oh bad news… hope he is OK!

Figured out how to get this info.

nFRGdsP.png

the command is simply:

coronium files

Technically I was hoping for a GUI through the browser frontend, but this is good for now. I’ll mark as solved and get with Chris directly.

Hi,

Not sure if this is even pressing anymore, but I can talk to you more about some options. I assume you’ve looked through the Files API, see: https://develephant.github.io/coronium-core-docs-archive/server/modules/files/

One thing to note is that if you want to access the files outside of the server, perhaps via http, they must reside in the public files directory, see: https://develephant.github.io/coronium-core-docs-archive/server/guide/usage/#public-directory

Let me know more details if you need more assistance.

-dev

Chris, thanks for checking in. The above helped me develop my current workflow and all is operating as normal. I haven’t found a method to allows me to delete directories, though. Does that exist? I’ve attempted using the remove method but had no joy. Let me know.

Glad to hear you’re on the mend!

Hi,

So files are not being removed you say? With what method if I may ask?

-dev

the files are being removed just fine. However, the directories that are created, are proving to be a bit more persistent. For example, in the pic I uploaded above, I can delete all of the files, but the directories are not able to be deleted.