If we just add the form through a block that would help site builders decide where this blob_relay may be active. This way the only code needed at some point is

 javascript
Drupal.blobRelay.FillForm({
  mimetype: 'text/test',
  data: 'Text file test content',
  encoding: '',
  filename: 'text.txt'
});

Note this depends on #2190119: No need for delaying form submit.

Comments

clemens.tolboom’s picture

Status: Active » Fixed

b0d8df4a621099a493e38ba05bc76615083d462b

clemens.tolboom’s picture

Version: 7.x-1.x-dev » 7.x-1.0-alpha3

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.