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.
ユーザーが件名、本文、添付ファイルを指定し、Web API と jquery を使用してアクションに投稿できるフォームを作成しようとしています。これにアプローチする方法がわかりません。
どんな助けでも大歓迎です。
Json を使用して件名と本文を保持し、formdata を使用してファイルを送信できます。$.ajax 関数を使用して、データ データをサーバーに送信できます。その後、サーバー コードで Json を解析するだけです。