This is a discussion on set value for file upload within the alt.comp.lang.php forums, part of the PHP Programming Forums category; Hi, When I want to upload files I have a form where you can browse for a file and press ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi,
When I want to upload files I have a form where you can browse for a file and press the submit button to upload the file to my server. I want to know if it is possible to set a default value for the upload input field. for example C:\Fotos\First.jpg John |
|
|||
|
Bruintje Beer wrote:
> When I want to upload files I have a form where you can browse for a > file and press the submit button to upload the file to my server. I > want to know if it is possible to set a default value for the upload > input field. Nope, this restriction is a security measure for the upload control. JW |