daxtens / finvis

Web-based financial data visualisation. Looking for developers!
GNU General Public License v3.0
7 stars 3 forks source link

File upload broken in IE9 #19

Open daxtens opened 11 years ago

daxtens commented 11 years ago

502ing for some reason: nginx reports 54.251.72.178 - - [27/Mar/2013:15:41:49 +0000] "POST /excel_to_json.json HTTP/1.1" 502 575 "http://vis.dja.id.au/index.html" "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.0; Trident/5.0)"

We get to the success handler but d is not an object so it all falls apart.

Works fine in IE10, FF4+

daxtens commented 11 years ago

This seems to be related to IE9 not supporting the Files API. Dropping support for it for now.