Just a general question about file download. I'm implementing a download scenario that is working well so far. My HTML/Javascript app should simulate a planned real app.
I was wondering if a downloaded file in HTML/Javascript persists for a while like other cached objects in browsers or will the Kinvey download mechanism ALWAYS download a requested file again? So it would first look if it's still available local and not download it from the cloud in such a case (similar to sync) or will this be ignored and the file will always be downloaded? I'm fine with both, just wondering...
Tayger
Hello
Just a general question about file download. I'm implementing a download scenario that is working well so far. My HTML/Javascript app should simulate a planned real app.
I was wondering if a downloaded file in HTML/Javascript persists for a while like other cached objects in browsers or will the Kinvey download mechanism ALWAYS download a requested file again? So it would first look if it's still available local and not download it from the cloud in such a case (similar to sync) or will this be ignored and the file will always be downloaded? I'm fine with both, just wondering...
Source from here
Regards