File upload field - returns error

  • I have a project fully running, connected to the remote database (hosted one)
  • I can add new records without any problems
  • i need to have in one of the tables, a field for users to upload image files
  • I’ve added → upload/ - on PHP/General Options/File Upload/Upload Folder
  • When i try to add a record to that table, it retrieves “Cannot create folder: C:\Inetpub\vhosts (…)”
  • I have the folder “upload” on the server with permission to write and read
  • I’ve also tried adding the URL path for the website + upload/ but it still retrieves the same error but of course, showing another path

What am I doing wrong?
Thanks in advance

Forgot to mention, since I don’t know if this is important, I’m working on a subdomain and using server access for the main domain since it’s from another project of mine

In case anyone gets the same error, it’s a permission issue.
For what I could change on Plesk’s panel, permissions seemed ok but there wasn’t writing permissions set to the folder/subdomain, so after asking for help to hosting support, all is solved now.
Thanks anyway and hope this helps someone else in the future