flutter_uploader icon indicating copy to clipboard operation
flutter_uploader copied to clipboard

Added useBackgroundUrSession key for default and background session configuration

Open Neelansh-ns opened this issue 2 years ago • 0 comments

Added a parameter useBackgroundUrSession to differentiate if we need to upload using the default session Configuration.

Background session configuration offers lower upload speeds and is mainly at the mercy of the OS. Using the default session config, we can finish the upload task much faster if needed.

Neelansh-ns avatar Jan 18 '23 18:01 Neelansh-ns