Gargron / fileupload

PHP FileUpload library that supports chunked uploads
MIT License
459 stars 87 forks source link

Non-working plugin #76

Open nixprosoft opened 5 years ago

nixprosoft commented 5 years ago
  1. Code example provides only POST-request processing. GET-requests with validation file status not processed (/upload?file=8562-172094-181.pdf). No code for that provided with plugin.
  2. File-type of the chunks checks working incorrect first chunk goes with responce: [{"error":0,"errorCode":0,"completed":false,"size":512000}] second and other with: [{"error":"Filetype not allowed","errorCode":0,"completed":false,"name":"8562-172094-181.pdf","size":1875851}] So, need to use https://github.com/blueimp/jQuery-File-Upload/blob/master/server/php/UploadHandler.php instead. Sorry.