如何使用html5和ajax上传大文件?

时间:2015-09-02 05:57:14

标签: javascript ajax html5

在我的公司后端需要接收文件,他们给我发送偏移量和长度的API,但我不是文件上传的家庭,我在谷歌搜索,大多数人上传文件到一个网址,所以我不知道如何解决它。

function upLoad($param){
        $conn = new Connection(LEOPARD_SERVER, LEOPARD_PORT);
        $test = new File($conn);

        $result = $test->upload($param['offset'], $param['length']);

        echo json_encode($result);
   }

0 个答案:

没有答案