Send file to PHP server with JS

前端 未结 0 371
甜味超标
甜味超标 2020-12-04 01:18

I can send files from the browser to the server using drag\'n\'drop and this code simply works fine:

        var temp = new FormData();
        temp.append(&q         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题