简体   繁体   中英

Uploading files in chunks with blueimp in PHP

I try to put the plugin blueimp to my php application. My upload target is short films about 200MB. The problem is that when I set maxChunkSize to 1MB the plugin uploads a file of 977kb and I get:

SyntaxError: Unexpected token A.

I had the same problem with uploading files in chunks , this link helped me .

I think it should help you too .

https://github.com/blueimp/jQuery-File-Upload/wiki/Chunked-file-uploads

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM