zmathew / django-ajax-upload-widget

Provides AJAX file upload functionality for FileFields and ImageFields with a simple widget replacement in the form.
BSD 3-Clause "New" or "Revised" License
89 stars 63 forks source link

add hideInput option #6

Open laishulu opened 11 years ago

laishulu commented 11 years ago

Sometimes we want a consitent look-and-feel across different browsers.

But file inputs in various browsers such as firefox and chrome are presented far differently.

the new option hideInput just hide the input box and show the select button as needed, so as they looks the same in different browsers.

This new option is compatible to existing codes that if its not provided or set to true, it just behaves as before.