Skip to content
#

formdata

Here are 118 public repositories matching this topic...

This project demonstrates how to use jQuery to handle form submissions with multipart FormData, including file uploads, via Ajax. It includes a sample HTML form, a JavaScript file for Ajax handling, and a PHP backend for processing the submitted data.

  • Updated May 19, 2024
  • HTML

I built this little JavaScript demo app to practice http requests. Indeed, I used two alternatives: XMLHttpRequest and the fetch() API. I was able to add data, promisify XMLHttpRequest and handle errors. I also used two data structures: JSON and FormData. The goal of this demo was to send data http requests from client side JavaScript to a server.

  • Updated Oct 14, 2023
  • JavaScript

Improve this page

Add a description, image, and links to the formdata topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the formdata topic, visit your repo's landing page and select "manage topics."

Learn more