Is there any way i can upload a file to my server that is hosted in other server? what i need is a script where you can add the address of lets say a video and the script upload that file to the server using a form. thanks in advanced
I am not getting your problem clearly. Do you want to upload file to another server using php form at your server?
I need my server to download a file from other servers by giving it the path using a contact type form.
Does you server support PHP? If so it is a very easy thing... <? $url="http://www.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.21-rc5/2.6.21-rc5-mm4/2.6.21-rc5-mm4.bz2"; system('wget '.escapeshellcmd($url)); ?> Code (markup):
How strange. I put that code into wordpress to create a 'how-to', and I get the following error when trying to post it: