seitime-frappe/frappe/core/page
Faris Ansari 08da14996f Enhance multi file upload (#2912)
* Allow multiple file upload, show progress while uploading

* Enhance multi file upload

You can now upload files programmatically like
```
frappe.upload.make({
  ...
  files: fileobj_array,
  ...
})
```
No need to use `multifile_upload` method.
Multiple file upload is enabled by default on all Attach dialogs.

* Don't `allow_multiple` in data import tool

* ControlAttach don't allow_multiple

* Show files in a table view

* Narrow width for Is Private column
2017-04-07 13:37:08 +05:30
..
background_jobs [fix] show site wise background jobs (#2977) 2017-03-31 10:58:37 +05:30
data_import_tool Enhance multi file upload (#2912) 2017-04-07 13:37:08 +05:30
desktop [minor] removed the email inbox selector, deleted user from locals on create email account 2017-03-29 18:40:58 +05:30
modules_setup Upgrade Font Awesome (#2410) 2016-12-05 13:07:03 +05:30
permission_manager [minor] style for add button in permission_manager.js 2017-04-05 12:25:21 +05:30
usage_info [fix] show 'click here' in expiry message if upgrade_url is available 2016-07-14 17:43:52 +05:30
user_permissions [fix] Doctype List in User Permissions (#2785) 2017-03-27 15:29:59 +05:30
__init__.py Web Notes to Frappe, better alerts, css fixes, fixed splash 2015-03-03 15:09:34 +05:30