I'm currently facing an issue, and I hope some of you may have an answer to this.
I have a chrome webapp and a Rails 4 application, and users can currently download files from my website. Basically, what I would like to achieve is to be able to redirect (I don't know if this is the right word for this, send might be better) the downloaded file to my webapp, so it can handle it.
What would be great would be a solution like streaming a buffer to my app, or something like this, but I really don't know if such a thing exists, and my researches on the Web didn't find much...
Does any of you think about a solution?
EDIT: Explanations about what I'm trying to do:
I want to be able to use what I've downloaded directly in my webapp. The idea of what I'm developping is to create a webplatform where I can download applications and then put in on a electronic device (Arduino-like). The Chrome application would be to make the download and putting on the board process automatic so users don't have to lose time by doing every single step.