This topic is locked

Upload File to different server

7/10/2014 2:42:03 PM
PHPRunner General questions
S
stiven author

Hello,
I was wondering if it is possible to upload a file to a different server? The project is on domain.com I have a field set up as a filed upload with absolute path to http://domain.net/pdfs/ but it doens't work. Is this even possible?
The reason why I want to upload the files to a different server is because I have much more disk space on the other server.
Thank you

Sergey Kornilov admin 7/10/2014

You cannot simply upload file to some URL. If both servers are on the same network you can upload files to the shared folder specify a path like \\server\share. Otherwise you can upload files via FTP or via some API like Dropbox or Amazon S3.