Hey all, have to design a portal website - that will allow others to upload data to it (at the same time they upload to their own website) How can this be done?
Perhaps if you describe your problem in more than one lazy sentence it'll make more sense to other people. So you want to upload data to two locations at the same time? What data? Text? Images? Please be way more specific... mind reading does not work over the internet.
Ok... nico_swd I'll be more specific. I'm designing a job portal website recruiters who have job agencies can upload their jobs to their own website as well as mine at the same time (this is doable but I just dont know how to set my website up so it will grab this data when its uploaded to their own website) Basically it'll save the person uploading the same data twice. The data to be uploaded: TEXT - description etc C.V. word document (maybe) Thanks
So you need two connections. In their server create an upload file to upload a file then when it is uploaded then connect to the other server and copy the uploaded file. There are so many ways to copy a file one of this is rsync.