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

File corruption #5

Closed
Acorath opened this issue Sep 9, 2014 · 5 comments
Closed

File corruption #5

Acorath opened this issue Sep 9, 2014 · 5 comments

Comments

@Acorath
Copy link

Acorath commented Sep 9, 2014

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.

@rzajac
Copy link

rzajac commented Nov 15, 2014

Maybe this is caused by: #8 ?

@Acorath
Copy link
Author

Acorath commented Nov 21, 2014

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...

@dkarter
Copy link

dkarter commented Jul 21, 2015

I have this issue as well: simultaneous pdf uploads appear to work but the files arrive corrupted, sometimes it works and sometimes doesn't. I am using Ruby on Rails as my server.

@devcodebakerz
Copy link

devcodebakerz commented Sep 18, 2018

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 ?

@AidasK
Copy link
Member

AidasK commented Sep 18, 2018

I think this is issue of unsupported windows os or ruby implementation so it can be closed.

@AidasK AidasK closed this as completed Sep 18, 2018
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

5 participants