This article mainly introduces jQuery Ajax's use of FormData to upload files and other data backend web.py acquisition. Friends who need it can refer to it. I hope it can help everyone.
XMLHttpRequest Level 2 adds a new interface - FormData. Compared with ordinary Ajax, the biggest advantage of using FormData is that we can upload binary files asynchronously.
jQuery 2.0+ version supports FormData
Method 1: Use the