Skip to content

Commit

Permalink
Update readme to include IE note
Browse files Browse the repository at this point in the history
  • Loading branch information
waynehoover committed Oct 9, 2013
1 parent 1d53e8a commit 2e22656
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Expand Up @@ -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.
Expand Down

2 comments on commit 2e22656

@nathany
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is specific to IE9 or worse. IE10+ can do progress bars and use the callback to check file sizes before upload.

@waynehoover
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes thats correct. Good idea to put this in.

Please sign in to comment.