You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: