Bogomil Alexandrov

Results 1 issues of Bogomil Alexandrov

Hello, My main form (where the file upload input field is located) is intercepted with the following code: $('#myaccount').live('submit', function() { $.ajax({ data: $(this).serialize(), type: $(this).attr('method'), url: $(this).attr('action'), success: function(response)...

bug