This topic is locked
[SOLVED]

Upload folder doesn't exist

7/8/2022 6:00:36 PM
PHPRunner General questions
I
ipoey author

how to upload photos to server 123.456.78.910:8081 in the project/files folder.
my application folder is at http://123.456.78.910:8081/project

I
ipoey author 7/9/2022

please...help...

Sergey Kornilov admin 7/9/2022

This question makes zero sense to me. You need to contact support team directly with this.

I
ipoey author 7/10/2022

I mean like this, I have 2 projects with 1 database. For example, let's call it Project A and Project B. I store each of these projects in c://xampp/htdocs on the same server.
What I want is that when a photo is saved in Project A, it is stored in the Files folder in Project B.

The URL address to access the application in Project A is: http://192.168.0.345:8081/project_a

The URL address to access the application in Project B is:
http://192.168.0.345:8081/project_b

Hopefully it can be understood.