- 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