Posted by J.O. Aho on 11/26/05 00:32
Kamyk wrote:
> Hello all!
>
> I have such question.
> Could you be so kind and give me tips or code example how to create a form
> with the input field where we would fill the http link and
> this URL address would be a download file, which I want to upload to the
> server after clicking on the Submit button?
> Is it possible to do it?
not completely PHP, but does what you wanted
exec("wget ".$_SERVER['url']);
Navigation:
[Reply to this message]
|