jQuery upload file using jQuery's ajax method (without plugins)

后端 未结 5 1750
温柔的废话
温柔的废话 2021-02-01 23:41

At moment I want to implement picture upload without using any plug-ins.

My upload form looks like this

5条回答
  •  庸人自扰
    2021-02-02 00:18

    AJAX or more appropriately XMLHttpRequest does not support file uploads yet. There are workarounds such as uploading through an