Posted by J.O. Aho on 11/26/05 02:06
Kamyk wrote:
> Uzytkownik "J.O. Aho" <user@example.net> napisal w wiadomosci
> news:3upht2F12kks0U3@individual.net...
>> 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']); ?>
>
> Thank you very much.
> How to set a server path of the file for uploading?
Normal form where you have
<input type='text' name='url'>
//Aho
Navigation:
[Reply to this message]
|