szczepan54
szczepan54

Reputation: 1

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.

Upvotes: 0

Views: 737

Answers (1)

john nick
john nick

Reputation: 33

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

Upvotes: 1

Related Questions