gpt4 book ai didi

javascript - 如何将文件从 JavaScript 传递到 PHP?

转载 作者:搜寻专家 更新时间:2023-10-31 20:36:25 25 4
gpt4 key购买 nike

<分区>

是否可以将文件从 JavaScript 传递到 PHP? (最好使用 ajax)。如果我们有以下代码:

<!DOCTYPE html>
<html>

<body>

<input type='file' id='upld' onChange=' f=this.files[0] '>
<input type='button' onClick='ajax_pass()'>

<script>

function ajax_pass()
{

console.log(f);

//Send 'f' using ajax to php imaginary file...
}

</script>

</body>

</html>

我是 JS 编程的新手,无法想象 POST 或 GET 如何包含整个图像。你能给我解释一下吗?

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