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: docs/spfx/viva/get-started/actions/media-upload/MediaUploadDocumentation.md
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,9 @@ The parameters that it takes are as follows:
60
60
You can take a look at [this tutorial](./MediaUploadTutorial.md) which goes over a step by step guide on how to create a card with the available media upload action.
61
61
62
62
1.**Upload an image**
63
+
63
64
In your template json file add the following action:
65
+
64
66
```json
65
67
"actions": [
66
68
{
@@ -75,7 +77,9 @@ You can take a look at [this tutorial](./MediaUploadTutorial.md) which goes over
75
77
```
76
78
77
79
1.**Upload multiple images**
80
+
78
81
In your template json file add the following action:
82
+
79
83
```json
80
84
"actions": [
81
85
{
@@ -91,7 +95,9 @@ You can take a look at [this tutorial](./MediaUploadTutorial.md) which goes over
91
95
```
92
96
93
97
1.**Upload only JPG images**
98
+
94
99
In your template json file add the following action:
100
+
95
101
```json
96
102
"actions": [
97
103
{
@@ -107,7 +113,9 @@ You can take a look at [this tutorial](./MediaUploadTutorial.md) which goes over
107
113
```
108
114
109
115
1.**Upload allow only small images to be uploaded**
110
-
In your template json file add the following action:
116
+
117
+
In your template json file add the following action:
0 commit comments