Skip to content

Commit aabbbe5

Browse files
committed
Changed to 'File Handling'
1 parent b8353d8 commit aabbbe5

29 files changed

+34
-44
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"label": "File Handling",
3+
"position": 3
4+
}

docs/ff-concepts/media-management/clear-delete-media.md renamed to docs/ff-concepts/file-handling/clear-delete-media.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
slug: /concepts/media-management/clear-delete-media
2+
slug: /concepts/file-handling/clear-delete-media
33
title: Clear or Delete Media
44
description: Learn how to add clear and delete file actions into your FlutterFlow app.
55
sidebar_position: 4
6-
tags: [Media, Clear Delete Data]
7-
keywords: [Media, Clear Data, Delete Data, Firebase Storage, Supabase Storage]
6+
tags: [Media Files, Clear Delete Data]
7+
keywords: [Media Files, Clear Data, Delete Data, Firebase Storage, Supabase Storage]
88
---
99

1010
# Clear or Delete Media

docs/ff-concepts/media-management/displaying-media.md renamed to docs/ff-concepts/file-handling/displaying-media.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
slug: /concepts/media-management/displaying-media
2+
slug: /concepts/file-handling/displaying-media
33
title: Displaying Media
44
description: Learn how to display media in FlutterFlow.
5-
tags: [Media, Widget]
5+
tags: [Media Files, Widget]
66
sidebar_position: 2
7-
keywords: [Media, Media Management, Assets, Network, Display Media, Media Widgets]
7+
keywords: [Media Files, Media Management, Assets, Network, Display Media, Media Widgets]
88
---
99

1010
# Displaying Media

docs/ff-concepts/media-management/download-file.md renamed to docs/ff-concepts/file-handling/download-file.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
slug: /concepts/media-management/download-file
2+
slug: /concepts/file-handling/download-file
33
title: Download File
44
description: Learn how to add download file action into your FlutterFlow app.
5-
tags: [Media, Download Data]
5+
tags: [Media Files, Download Data]
66
sidebar_position: 3
7-
keywords: [Media, Download Data, Firebase Storage, Supabase Storage]
7+
keywords: [Media Files, Download Data, Firebase Storage, Supabase Storage]
88
---
99

1010

docs/ff-concepts/media-management/media-management.md renamed to docs/ff-concepts/file-handling/file-handling.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
2-
slug: /concepts/media-management
3-
title: Media Management
4-
description: Learn how to manage media in FlutterFlow.
5-
tags: [Media, Upload Data, Download Data, Clear Delete Data]
2+
slug: /concepts/file-handling
3+
title: File Handling
4+
description: Learn how to handle media files in FlutterFlow.
5+
tags: [Media Files, Upload Data, Download Data, Clear Delete Data]
66
sidebar_position: 0
7-
keywords: [Media, Upload Data, Download Data, Clear Delete Data, Media Management, Assets, Display Media, Media Widgets]
7+
keywords: [File Handling, Media Files, Upload Data, Download Data, Clear Delete Data, Media Management, Assets, Display Media, Media Widgets]
88
---
99

10-
# Media Management
10+
# File Handling
1111

12-
FlutterFlow makes it easy to manage, upload, download, and display files within your app. It supports a variety of file types, including images, videos, and documents, and integrates seamlessly with popular storage solutions. Using built-in widgets and actions, you can effectively manage your app's media. This guide covers the following key aspects of media management in FlutterFlow.
12+
FlutterFlow makes it easy to manage, upload, download, and display files within your app. It supports a variety of file types, including images, videos, and documents, and integrates seamlessly with popular storage solutions. Using built-in widgets and actions, you can effectively manage your app's media. This guide covers the following key aspects of file handling in FlutterFlow.
1313

1414
- **Media Assets**: Upload any assets you want to use in your app from the Navigation Menu > Media Assets. This also shows the media assets of the [Team](../../accounts-billing/subscriptions/flutterflow-for-teams.md).
1515
- [**Uploading Files**](uploading-files.md): Upload and save different file types, including images, audio, videos, and PDFs to cloud storage.

0 commit comments

Comments
 (0)