Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance multi file upload #2912

Merged
merged 6 commits into from Apr 7, 2017
Merged

Conversation

netchampfaris
Copy link
Contributor

@netchampfaris netchampfaris commented Mar 22, 2017

multi file upload

@rmehta
Copy link
Member

rmehta commented Mar 23, 2017

👍 Nice!

Maybe each file button should be on a new line (block), it would be better alignment / consistency.

Also maybe the lock can be just normal instead of gold (?)

});
},
make_file_pill: function(filename, show_private) {
var $file = $(`
<div class="btn-group" role="group" data-filename="${filename}">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

display='block' ?

@joolsr
Copy link

joolsr commented Mar 24, 2017

Very nice usability help ;-)

@netchampfaris
Copy link
Contributor Author

Changed to table view

image

@joolsr
Copy link

joolsr commented Apr 3, 2017

Very nice. I like the way that you pay attention to the aesthetics as well as the functionality

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.
@netchampfaris
Copy link
Contributor Author

image

@netchampfaris netchampfaris deleted the multiple-file-upload branch April 5, 2017 07:31
@netchampfaris netchampfaris restored the multiple-file-upload branch April 5, 2017 07:32
@netchampfaris netchampfaris reopened this Apr 7, 2017
@rmehta rmehta merged commit 08da149 into frappe:develop Apr 7, 2017
@rmehta
Copy link
Member

rmehta commented Apr 7, 2017

did you remove the "is" in "is private" ?

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 24, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants