settings.beforeSend = function (xhr, s) {
                    s.data = blob;
                    if (s.__beforeSend) return s.__beforeSend.call(this, xhr, s);
                };