I am using Evaporate.js to upload files to Amazon Web Service .
https://github.com/TTLabs/EvaporateJS This is working fine,But i need to add pause/resume features to my application.Is it possible?
I notice that some empty functions are there in https://github.com/TTLabs/EvaporateJS/blob/master/evaporate.js
_.pause = function(id){
};
_.resume = function(id){
};
_.forceRetry = function(){
};
Is any way to do with this function?