gpt4 book ai didi

javascript - 启动页面时打开输入

转载 作者:行者123 更新时间:2023-12-01 01:56:58 24 4
gpt4 key购买 nike

打开页面时如何打开这个输入文件?这样当我选择它时就已经提交了,但是如何使其在启动页面时打开?

<html>
<head>
<title>Basic Upload</title>
</head>
<body>
<script>
function submeter(){
document.formulario.submit();
}

</script>

<form method="POST" action="#" name="formulario" enctype="multipart/form-data">
<input id="up" type="file" onchange="submeter()" name="fileUpload" accept="image/*">
</form>

</body>
</html>

最佳答案

除了用户启动的事件(例如单击事件,请参阅:Event.isTrusted)之外,您无法以编程方式打开文件输入。因此,您无法在页面加载时打开它。

没有解决方法。

关于javascript - 启动页面时打开输入,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50939935/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com