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

Popular posts from this blog

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -