PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
the web server and file server resides in two different servers...how do upload the files??
do i use the ip address of the file server as the path and copy the file to that server
or do i save the file in a temp folder within the web server and then scp it to the file server
upon successful , unlink the file in the web server???
If the file server and web server are separate machines, yes. FTP is sometimes the only way to upload files on certain web servers (by themselves) due to security/configuration issues the host imposes.