Php 选择文件窗口自动加载

Php 选择文件窗口自动加载,php,ajax,file-upload,Php,Ajax,File Upload,在上载图像脚本中,打开网页时是否可以自动显示“选择文件”窗口 我的输入按钮代码是: <input type="file" size="45" name="uploadfile" id="uploadfile" class="file margin_5_0"onchange="ajaxUpload(this.form);"/> 多谢各位

在上载图像脚本中,打开网页时是否可以自动显示“选择文件”窗口

我的输入按钮代码是:

<input type="file" size="45" name="uploadfile" id="uploadfile" class="file margin_5_0"onchange="ajaxUpload(this.form);"/>
多谢各位