您好,欢迎来到枫云情感。
搜索
您的当前位置:首页js实现分割上传大文件_javascript技巧

js实现分割上传大文件_javascript技巧

来源:枫云情感
 本文实例介绍了js上传文件操作,分享给大家供大家参考,具体内容如下




分割大文件上传



 
 
 
 测试是否DIV消失
 

file.php:

<?php 
/****
 waited
****/
//print_r($_FILES);exit;

$file = $_FILES['mof'];

$type = trim(strrchr($_POST['test'], '.'),'.');

// print_r($_POST['test']);exit;

if($file['error']==0){
 if(!file_exists('./upload/upload.'.$type)){
 if(!move_uploaded_file($file['tmp_name'],'./upload/upload.'.$type)){
 echo 'failed';
 }
 }else{
 $content=file_get_contents($file['tmp_name']);
 if (!file_put_contents('./upload/upload.'.$type, $content,FILE_APPEND)) {
 echo 'failed';
 }
 }
}else{
 echo 'failed';
}

?>

1 运行:

2 选择2G文件测试:

3 完成并正常播放:

Copyright © 2019- fenyunshixun.net 版权所有

违法及侵权请联系:TEL:199 18 7713 E-MAIL:2724546146@qq.com

本站由北京市万商天勤律师事务所王兴未律师提供法律服务