Questions tagged [abort]

This label is associated with the act of halting a process prematurely before it completes its course. Typically, this interruption occurs when a critical error occurs during operation.

A guide on retrieving the upload status of a file using an AJAX post request

Is there a way to retrieve the status of uploaded files when the user cancels the process while uploading multiple files using an ajax call? This is how I am currently making the ajax request to upload files: var request = $.ajax({ url: 'files.php ...