
Hi, To the dev's who are good in javascript/jQuery please watch this screen record https://youtu.be/vnrw6gBu8lY What it shows is the response from using jquery fileupload by blueimp on github jqXHR = $('#files').fileupload('send', {
files: filesList, url: '/whats-on/upload-event/?v='+event_id, }); return jqXHR;
it's returned as result and logged on the console console.log(result['readyState']); console.log(result); console.log(result.status); console.log(result['status']); the result on the console 1
Object {readyState: 1} undefined undefined
Accessing the fields on hover shows .status or .state but calling it returns undefined. I've also looked at this page from firefox https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest which has it as .status -- Best Regards, Samuel Muiruri. -------------------------------------------- Samuel Muiruri, Web Designer & Software Designer 0738940064 | muiruri.samuel@gmail.com