Skip to content

Commit 20fdc5d

Browse files
committed
added YT video
1 parent 918a86a commit 20fdc5d

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

docs/ff-concepts/file-handling/uploading-files.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,35 @@ When you set **Upload Type** to:
114114
</div>
115115
<p></p>
116116

117+
Check out our YouTube video for a detailed explanation of the **Upload or Save Media [Action]** in FlutterFlow.
118+
119+
<div style={{
120+
position: 'relative',
121+
paddingBottom: 'calc(56.67989417989418% + 41px)', // Keeps the aspect ratio and additional padding
122+
height: 0,
123+
width: '100%'}}>
124+
<iframe
125+
src="https://www.youtube.com/embed/cKDuIZNdbh8"
126+
title=""
127+
style={{
128+
position: 'absolute',
129+
top: 0,
130+
left: 0,
131+
width: '100%',
132+
height: '100%',
133+
colorScheme: 'light'
134+
}}
135+
frameborder="0"
136+
loading="lazy"
137+
webkitAllowFullScreen
138+
mozAllowFullScreen
139+
allowFullScreen
140+
allow="clipboard-write">
141+
</iframe>
142+
</div>
143+
<p></p>
144+
145+
117146
### Configure Upload or Save Media [Action]
118147

119148
The Upload Media action offers various settings to control how media files are uploaded, resized, and processed in your app. Below is a breakdown of all the available properties.

0 commit comments

Comments
 (0)