search for: blueimp

Displaying 2 results from an estimated 2 matches for "blueimp".

Did you mean: bluegap
2013 Mar 04
1
sinatra server side file upload with progress bar ?
I am using this jquery file upload plugin. In firefox it has progress bars, but these don''t work in IE. We are using 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 modu...
2013 Mar 28
1
Error Empty file upload result - problem with jQuery bulk file upload
...embarrassing error. Can somebody offer a solution to my problem or suggest alternative solution that can be implemented in 2 hours? My client is getting a bit uneasy now. I have tried everything I could think of and in the end I have modified the model following this advice: https://github.com/blueimp/jQuery-File-Upload/issues/365#issuecomment-13859210 My code can be found at: https://github.com/bigos/chrisb-images/blob/master/app/models/upload.rb relevant bit in my model looks like this: def to_jq_upload { :files => [ { :name => upload_fi...