fileupload icon indicating copy to clipboard operation
fileupload copied to clipboard

Non-working plugin

Open nixprosoft opened this issue 7 years ago • 0 comments

  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.

nixprosoft avatar Mar 28 '19 13:03 nixprosoft