-
File System
I want to upload one file, a zip file from a php form on server A into my file server on server B.. so basically someone browses and selects a file and hits the submit button on server A and it shoots the file over to server B into a default area. Is that impossible to do?
-
as long as you can chmod both download and upload folders, then it should be possible.
-
as long as they are in the same domain or on the same server
-
OR,
If im getting it right, Simple Upload from machine?
Cuz it isnt exactly an "Upload" from server A to B, its a "File Transfer" ;)
Impossible without downloading first then uploading OR having "network" connections i feel on both remote machines,
BUT who knows ? .. you could try and make it FTP the file over if you have FTP connections ?