-
Notifications
You must be signed in to change notification settings - Fork 726
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
[RFR] Add File field #256
[RFR] Add File field #256
Conversation
ef74e3e
to
467bc26
Compare
So just to be sure, this is a single file upload widget, not a multiple file upload, right? |
There is an option to handle multiple file uploads, so I need to display all uploaded files (only the first one is displayed at the moment). |
00b3da6
to
337425b
Compare
…d add crud control for uploads
337425b
to
b46fce6
Compare
restrict: 'E', | ||
link: { | ||
pre: function(scope) { | ||
var uploadInformation = scope.field().config.uploadInformation; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You should not access the config like that, it's an internal property. Use scope.field().uploadInformation()
instead.
Please add a mention in the README, too. |
Can anyone give the examples about this features..? I only get this reference: and I have no idea how to use multiple upload. Also I have an issue, I must do a double click on Browse button to open the file selector. Thanks.. |
Can you open an issue please ? |
Refs #52, supersede #96.
To do:
File field, single file upload:
Multiple files upload: