steviez Posted June 20, 2007 Share Posted June 20, 2007 Hi, I run a file hosting site and need to minimise bandwidth and disk space usage. Basicly what i need to do is make the files upload to random servers upon upload and the file be able to download from the same server. Is this possable? Thanks Link to comment https://forums.phpfreaks.com/topic/56439-solved-uplolad-to-different-servers/ Share on other sites More sharing options...
Lumio Posted June 20, 2007 Share Posted June 20, 2007 Make a script that runs on every server and then make it on the main-server like that: <?php header('Location: http://otherserver.com/file?id=FILE_ID'); exit; ?> Link to comment https://forums.phpfreaks.com/topic/56439-solved-uplolad-to-different-servers/#findComment-278769 Share on other sites More sharing options...
steviez Posted June 20, 2007 Author Share Posted June 20, 2007 not sure i understand. Link to comment https://forums.phpfreaks.com/topic/56439-solved-uplolad-to-different-servers/#findComment-278789 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.