Posted by J.O. Aho on 11/26/05 00:35
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?
This isn't pure php code, uses the wget program:
<?PHP exec("wget ".$_REQUEST['url']); ?>
Navigation:
[Reply to this message]
|