From 2e22656a62a1870c8ca831781ebd24749e63eb23 Mon Sep 17 00:00:00 2001 From: Wayne Date: Wed, 9 Oct 2013 13:44:07 +1030 Subject: [PATCH] Update readme to include IE note --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 606b1a4..621114b 100644 --- a/README.md +++ b/README.md @@ -261,6 +261,15 @@ Alternately, if you'd prefer for S3 to delete your old uploads automatically, yo so by setting your bucket's [Lifecycle Configuration](http://docs.aws.amazon.com/AmazonS3/latest/UG/LifecycleConfiguration.html). +## A note on IE support +IE file uploads are working but with a couple caveats. + +* The before_add callback doesn't work. +* The progress bar doesn't work on IE. + +But IE should still upload your files fine. + + ## Contributing / TODO This is just a simple gem that only really provides some javascript and a form helper. This gem could go all sorts of ways based on what people want and how people contribute.