diff --git a/help/share-and-upload-files.md b/help/share-and-upload-files.md
index 8675a5c5f9..5c91e0cb5b 100644
--- a/help/share-and-upload-files.md
+++ b/help/share-and-upload-files.md
@@ -23,6 +23,11 @@ and you can click on a thumbnail to [view the full image](/help/view-and-browse-
1. _(optional)_ Modify the link text as desired.
+!!! tip ""
+
+ You can [preview the message](/help/preview-your-message-before-sending)
+ before sending to see what your uploaded files will look like.
+
{tab|via-compose-box-buttons}
{!start-composing.md!}
@@ -35,13 +40,53 @@ and you can click on a thumbnail to [view the full image](/help/view-and-browse-
1. _(optional)_ Modify the link text as desired.
-{end_tabs}
-
!!! tip ""
You can [preview the message](/help/preview-your-message-before-sending)
before sending to see what your uploaded files will look like.
+{tab|mobile}
+
+1. Navigate to a stream, topic, or direct message view.
+
+1. Tap the
+ **paperclip** (),
+ **image** (),
+ or **camera** ()
+ button at the bottom of the app to select one or more files. Zulip will
+ upload the files, and insert named links using
+ [Markdown formatting](/help/format-your-message-using-markdown#links):
+ `[Link text](URL)`.
+
+1. _(optional)_ Modify the link text as desired.
+
+{end_tabs}
+
+!!! tip ""
+
+ The link text will default to the name of the uploaded file.
+
+## Sharing files
+
+You can share files from other apps on Zulip.
+
+{start_tabs}
+
+{tab|android}
+
+1. Select one or more files and tap the **Zulip**
+ ()
+ logo.
+
+1. Select a stream name and topic name, or tap the
+ **Direct message** tab and **Choose recipients**.
+
+1. _(optional)_ Write a message.
+
+1. Tap the **Send** button.
+
+{end_tabs}
+
## Named file example
### What you type
diff --git a/static/images/help/mobile-camera-icon.svg b/static/images/help/mobile-camera-icon.svg
new file mode 100644
index 0000000000..cf6d471ff5
Binary files /dev/null and b/static/images/help/mobile-camera-icon.svg differ
diff --git a/static/images/help/mobile-image-icon.svg b/static/images/help/mobile-image-icon.svg
new file mode 100644
index 0000000000..67d893780a
Binary files /dev/null and b/static/images/help/mobile-image-icon.svg differ
diff --git a/static/images/help/mobile-paperclip-icon.svg b/static/images/help/mobile-paperclip-icon.svg
new file mode 100644
index 0000000000..3282441eaa
Binary files /dev/null and b/static/images/help/mobile-paperclip-icon.svg differ