Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ファイルを選択する必要があるフォームがあり、$_FILES['image'] 配列を取得して、Jquery 関数に引数として渡すことができるようにしたいと考えています。どうすればできますか?ありがとうございました
PHPファイルから配列を取得して(htmlページに含まれていると仮定して)、次のようなjavascript変数に割り当てることもできます
$x = < ?php $_FILES['画像'] ?>