trigger.io - Force Close forge.request.ajax -
i writing app allows file upload our server. give users option stop file upload once has started.
since file being sent via forge.request.ajax, process runs in background if user leaves upload screen.
is there native way of closing active forge.request.ajax connection??
my application allows users send file our server via forge.request - need able cancel request - have suggestions how go this??
currently, no: although "cancel" messages passed through js / native communication bridge, haven't got logic in native code abort partially-sent requests.
i don't think there's in java.net.*
support sort of interaction either...
Comments
Post a Comment