adamsoderqvist
Programmer
Hi y'all,
I would like to upload a file to another server. The case I have is that of a web hotell that doesn't work properly (Apache) when running my code that uploads a file to the server.
Now, my idea is to keep the uploading file (code) on a different server that handles my code better, and upload the file to a server that keeps the files (because it has more server space, for instance..).
Is this possible using a simple SSI and what would it look like? (I've tried "include file=' as well as "include virtual", but it doesn't work).
Will the server accept an incoming file upload command from another server?
Thanx,
Adam
I would like to upload a file to another server. The case I have is that of a web hotell that doesn't work properly (Apache) when running my code that uploads a file to the server.
Now, my idea is to keep the uploading file (code) on a different server that handles my code better, and upload the file to a server that keeps the files (because it has more server space, for instance..).
Is this possible using a simple SSI and what would it look like? (I've tried "include file=' as well as "include virtual", but it doesn't work).
Will the server accept an incoming file upload command from another server?
Thanx,
Adam