We are using an extjs form to upload our files to fileserver ( we have an FileUploadHandler.ashx to handle the file on the bakcend side )
My question is, can extjs handle / throw an exception if accidentally during the upload process the user was disconnected from the network / internet
Thanks in advance.