How to upload files using jQuery's ajax function with PHP?

后端 未结 3 1960
长发绾君心
长发绾君心 2021-01-27 16:00

Here\'s my nonworking attempt:



        
3条回答
  •  無奈伤痛
    2021-01-27 16:10

    XmlHttpRequest has no support to upload files. you need to use some hidden iframe or a flash solution.

提交回复
热议问题