You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-87Lines changed: 2 additions & 87 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,6 @@ Schemas.Posts = new SimpleSchema({
49
49
afFieldInput: {
50
50
type:'fileUpload',
51
51
collection:'Images',
52
-
label:'Choose file' # optional
53
52
}
54
53
}
55
54
}
@@ -76,7 +75,7 @@ or
76
75
{{/autoForm}}
77
76
```
78
77
79
-
### Multiple images
78
+
### Multiple images //does not support yet
80
79
If you want to use an array of images inside you have to define the autoform on on the [schema key](https://github.com/aldeed/meteor-simple-schema#schema-keys)
81
80
82
81
```javascript
@@ -100,33 +99,7 @@ Schemas.Posts = new SimpleSchema({
0 commit comments