* 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
|
||
|---|---|---|
| .. | ||
| background_jobs | ||
| data_import_tool | ||
| desktop | ||
| modules_setup | ||
| permission_manager | ||
| usage_info | ||
| user_permissions | ||
| __init__.py | ||