Sebastian Tschan

Results 167 comments of Sebastian Tschan

Thanks a lot for the detailed information, @marsleebrenda! It's very much appreciated. Unfortunately I'm not aware which app if any uses the EXTRA_ALLOW_MULTIPLE feature.

That's great news! Thanks for the continued update, @marsleebrenda! :+1:

Acknowledged. With modern browsers, it's actually possible to automatically retry the uploads as documented here: https://github.com/blueimp/jQuery-File-Upload/wiki/Chunked-file-uploads#resuming-file-uploads

This seems to be a regression, as I could not reproduce this with Firefox 27.0.1 on OSX, but could confirm this on the latest Firefox version 31.0 (also tested on...

Thanks for your report. I'm marking this as a browser bug. If you can provide a workaround, please issue a pull request.

@hinder90: The app is started via Rack, so Sinatra bind address settings are ignored. The easiest way to bind to `0.0.0.0` is by setting the `RACK_ENV` environment variable to something...