Posted by David Dorward on 08/03/06 14:15
Sonnich wrote:
> I found this:
> <input type="file" name="file" size="20" <? print("value=$mergerprg2");
> ?>>
>
> but I cannot set the present file here - how do I do that?
For security reasons, browsers do not allow websites to specify the
value for file inputs (otherwise, for example, a site could specify a
file containing sensitive data (such as passwords or credit card
information) and then hide the input).
> how do I select a directory?
Browsers provide no facility to select directories.
Navigation:
[Reply to this message]
|