Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Non-working plugin #76

Open
nixprosoft opened this issue Mar 28, 2019 · 0 comments
Open

Non-working plugin #76

nixprosoft opened this issue Mar 28, 2019 · 0 comments

Comments

@nixprosoft
Copy link

  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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant