apache / cordova-plugin-file-transfer

Apache Cordova File Transfer Plugin
https://cordova.apache.org/
Apache License 2.0
598 stars 885 forks source link

FileUploadOptions - timeout #224

Open guy-keller opened 5 years ago

guy-keller commented 5 years ago

Hi there,

Would you guys be able to reinstate this PR below? https://github.com/apache/cordova-plugin-file-transfer/pull/156

It'd be great if I could set the timeout for file uploads. Perhaps an extra property to FileUploadOptions?

FileUploadOptions.timeout = (90*1000); The timeout variable is to be specified in milliseconds.

I have an app where users might try to upload large files on the 3G/4G network. Thank you very much in advance.

Cheers 😄 👍

YazeedFares commented 7 months ago

Hi, Can we get the PR merged in the latest code?