FileReader is a polyfill library combining JavaScript and Flash (SWF) to mimic the HTML5 File API in older browsers (notably Internet Explorer and Safari versions that did not support File API fully). It overlays a transparent Flash SWF over a DOM element to allow users to select files, then exposes a .files attribute etc., so that client-side file reading behaves more like modern standard. It is unmaintained now, since File API support is widespread.
Features
- Polyfill for File API: enabling .files reading in browsers without native support using Flash fallback
- Uses transparent Flash button overlay over HTML elements to capture file selection, giving standard file input behavior via Flash
- Supports multiple file selection, accept attribute (mime restrictions) etc. via options
- Uses jQuery (and jQuery UI for positioning) to integrate with DOM / events nicely
- SWF compiled for online use; local file path (“file://”) usage doesn’t work due to security sandbox restrictions
- MIT-licensed and includes both the Flash/SWF component and JS plugin for usage
Categories
File ManagersFollow FileReader
You Might Also Like
Relax: PRTG Monitors Your IT for You
You’re the go-to IT person, always putting out fires and keeping things running. With PRTG, you get reliable alerts to monitor your entire IT infrastructure, without the noise. Our intuitive setup gives you a clear overview of your network, devices, and applications in real time. Get instant alerts only when something needs your attention, whether you’re at your desk or on the move. Spend less time worrying about outages and more time focusing on what matters. Set up PRTG once and let it work for you - PRTG has you covered.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of FileReader!