max-mapper / filereader-stream

Read an HTML5 File object (from e.g. HTML5 drag and drops) as a stream.
BSD 2-Clause "Simplified" License
102 stars 18 forks source link

Breaking file streaming upload in Firefox #4

Open scottcorgan opened 10 years ago

scottcorgan commented 10 years ago

Any idea why the following would not work in Firefox, but would in every other browser. Having a tough time determining if it's filereader-stream or hyperquest

var hyperquest = require('hyperquest');
var createReadStream = require('filereader-stream');

createReadStream(file).pipe(hyperquest('http://someserver.com'))
max-mapper commented 9 years ago

Might work now that 1.0.0 is out (its as rewrite)