例如,我在(main.php)中使用了此代码:
<input type="text" ID"inp"/>
<iframe src="sample.php?" allowtransparency="true" frameborder="0" hspace="0" vspace="0" scrolling="no" width="100%" style="direction: ltr; border:none;min-height:80px;" height="100%" ></iframe>
和sample.php:
<form enctype="multipart/form-data" method="post" style="font-family:Tahoma, Geneva, sans-serif;font-size:9px">
<input type="file" name="flbannerpic" accept="image/*" align="left" style="max-width:190px;" />
<input type="submit" value="upload" align="left" class="btn"/>
</form>
我需要将inp值设置为通过 jquery 在main.php中选择的文件名,或者在 iframe ( sample.php )中选择文件后没有 jquery (可选)[上传前]。