-
Notifications
You must be signed in to change notification settings - Fork 42
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
File corruption #5
Comments
Maybe this is caused by: #8 ? |
I'm not certain. The file size appears to be correct regardless of the file being corrupted. I'll run more tests as time permits and will hopefully have something better for you to go on soon. Stay tuned... |
I have this issue as well: simultaneous pdf uploads |
This issue seems to be because of difference of loop types while validating and merging. While validating the for loop is decremental and while merging it was an incremental for loop. So I don't see any traction on this issue, how can I submit ? or can I even submit ? |
I think this is issue of unsupported windows os or ruby implementation so it can be closed. |
I'm currently working on a project which uses flow.js and flow-php-server.
9 times out of 10, when uploading the same 5mb PDF it transfers fine. However, sometimes it will arrive corrupted. A successful transfer would have a mime-type of "application/pdf", the corrupt transfers have a mime-type of "application/octet-stream".
I'm not sure if the root of the corruption is on the client or server side. Let me know what info you need and I'll pull together what I can.
The text was updated successfully, but these errors were encountered: