flowjs / flow-php-server

flow.js php server library, validates uploaded chunks and safely merges all chunks to a single file
http://flowjs.github.io/ng-flow/
MIT License
245 stars 42 forks source link

To pass custom data in query parameter #29

Closed olegabr closed 8 years ago

olegabr commented 8 years ago

There is a query option in flow.js object, and it sends it's contents to php in params member of the Request object. BUT! it is not accessible in client code. This PR makes it possible to access custom params specified in client part in the query option.

lsm79 commented 8 years ago

Hello can you merge this PR with the master ?

lsm79 commented 7 years ago

Hello @AidasK thank you for the merge. it work great on my side, can you create a new release with this ?

AidasK commented 7 years ago

Sure, done

lsm79 commented 7 years ago

Thanks !