This topic is locked
[SOLVED]

 Upload files to PC on the LAN

8/8/2016 9:12:53 AM
PHPRunner General questions
D
dangdk author

Hi,
Is there a way to keep my website on a server, while storing all of the uploaded data in a shared folder on a PC, part of the office LAN?

It worked when I tried to do it while having the website on localhost, but I couldn't manage to make it work when hosting the website on a server.

Also, after uploading from the localhost version of the website, it was possible to download the files even from the hosted website and I can't understand why that works.

Sergey Kornilov admin 8/9/2016

Web server and machine where you upload files should be on the same network. This is why it works on local machine and doesn't work on remote web server.

D
dangdk author 8/10/2016

Thank you very much for your answer.