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
Dear all,
I have an issue when i click on pause button.
Then i minimize ng-flow directive and resume it with the pausedFlow instance variable i saved it in fileSrv and reinitialize flow-name="fileSrv.pausedFlow" .
I can't see the file i paused.
The text was updated successfully, but these errors were encountered:
That's not exactly how pause works. Chunked uploading is what allows you to handle resumable downloads server side.
If you remove the directive your client-side upload session is killed as well, the pending chunks are still stored on the server if you don't notify anything.
So normally you would have to restart the file upload and Flow will poll the server to detect at which point to resume upload.
Indeed, you may want to clarify how you actually "minimize" ng-flow.
Dear all,
I have an issue when i click on pause button.
Then i minimize ng-flow directive and resume it with the pausedFlow instance variable i saved it in fileSrv and reinitialize flow-name="fileSrv.pausedFlow" .
I can't see the file i paused.
The text was updated successfully, but these errors were encountered: