This topic is locked

Image upload to another server

8/12/2022 5:49:06 PM
PHPRunner General questions
A
alfonso authorDevClub member

I try to put in Upload folder "https://mydomain2.com/images" but I don't get to save theer. Relative is always ok if I put, for example "../images" but I want to save it in other domain folder

How can I get it?. Thanks

Sergey Kornilov admin 8/12/2022

This is not how files upload work. You can only upload files to the server where your PHP application is. If you need to transfer them to another server you need to use FTP or similar file transfer approach.

A
alfonso authorDevClub member 8/13/2022

Any idea to use code in Events, Atfer record?