organising files in media manager

I have multiple pages on my website and each page has a file upload button. all files get to mix iin media manager and I cant identify which image/file got there from which page. Is there any way to upload files/images in a specific folder or give them tags just after uploading. This should happen as member clicks submit button?

It’s currently impossible ( I asked for this feature a long time ago, by the way)

https://www.wix.com/corvid/forum/community-discussion/wix-media-backend
Found solution. Got idea from page above.
I used importFile( ) from backend instead of using request-promise node and uploadImage().
passed url after tweaking Wix uploadedFiles.url / uploadedFiles.title combinantion with “https://”

Only minus point is that now visitors files get copied (not moved) into my siteFiles/“subfolder”, So I am using double space. but atleast my files are organised.

Thanks btw.

Can you share the pseudo code you used to achieve this please. I’m still struggling with the request-promise+ uploadImage approach.