Displaying 1 result from an estimated 1 matches for "xhr2".
Did you mean:
chr2
2013 Mar 04
1
sinatra server side file upload with progress bar ?
...sing Sinatra/JRuby/tomcat
This is the plugin:
https://github.com/blueimp/jQuery-File-Upload
I believe the progress bars don''t work in IE, because IE doesn''t support
that in ajax until version 10 and we have to support version 9.
This page summarizes that:
http://caniuse.com/xhr2
The post below however seems to allude that there is an apache module in
Java that could ad the support on the server side.
http://stackoverflow.com/questions/8635113/is-it-possible-ajax-upload-progress-bar-in-ie-without-flash
Is there a way I could accomplish this with sinatra/jruby ? I am...