このコードに問題があります。テキストのみのファイルとその他の変数をサーバーに送信したいと考えています。
Imageform は DataFomr オブジェクトです。
This is my code at the moment:
name = "Peter";
$.ajax({
url: "?c=produ&a=send_form",
type: "POST",
data: imageform"&name="name,
processData : false,
contentType: false,
});
しかし、私はサーバー上で何も受け取りませんでした。
ファイルとテキストを送信する方法。ありがとう :)