# File lib/jquery/fileupload/rails/middleware.rb, line 25
        def each(&block)
          block.call(html_document_left) if iframe_transport?
          @response.each(&block)
          block.call(html_document_right) if iframe_transport?
        end