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

Fusty-flow is missing proper documentation #11

Open
evilaliv3 opened this issue Nov 26, 2015 · 2 comments
Open

Fusty-flow is missing proper documentation #11

evilaliv3 opened this issue Nov 26, 2015 · 2 comments

Comments

@evilaliv3
Copy link
Member

Still on GlobaLeaks i was trying to include Fusty-flow in order to provide browser compatibility to IE9.

I managed to integrate fustyflow with ngflow simply including the library following https://github.com/flowjs/ng-flow#how-can-i-support-older-browsers

Then i tried uploading a file and the client appeared to upload successfully but on the backend i found that the flowTotalSize was missing in the request.

From this i'm supposing that the API is different and should be documented or maybe it is a bug and it should be fixed.

@brice-t
Copy link
Contributor

brice-t commented Mar 31, 2017

It's quite a long time after, but as far as I understand, this may come from the doc in https://github.com/flowjs/flow-php-server/blob/master/README.md
Instead of $request = new \Flow\Request(); , you should make a $request = new \Flow\FustyRequest(); so that it works with FustyFlow

@AidasK
Copy link
Member

AidasK commented Mar 31, 2017

IE9 can't read the size of the file, this is why "flowTotalSize" was missing

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

3 participants