i have a website that users can upload video clips on it.
i want to use different servers. one for hosting just my files and one for my php files and ...! is it possible to do this?
i want to send it via $_POST method.
for example my upload page is on host 1 :
host 1/upload.php"
host 2/videos/file1.mp4
and i want to allow users upload video clips some where in host 2 :
host 2/videos/file1.mp4
how can i do this?
tnx
is it possible to put my upload.php page on a host 2 and include it in a page within host 1? i want to upload files directly on second server and don't use bandwich of first server ???