waynehoover / s3_direct_upload

Direct Upload to Amazon S3 With CORS
MIT License
652 stars 333 forks source link

Add a couple more customisations to the settings. #169

Open twoism-dev opened 10 years ago

twoism-dev commented 10 years ago

This PR allows the progress bar to be customised more fully. e.g. Progress bars that run vertically.

progress_bar_orientation: 'width' progress_bar_invert_count: false # inverts the progress count e.g. (100% = 0%) progress_bar_element: '.bar'