/// blog Screenshots

Tap to share an image from your phone (iOS and Android)

Founder, imagepaste.org
/// published
Apr 17, 2026
/// read time
5 min read
Tap to share an image from your phone (iOS and Android)
/// table of contents

Sharing an image from your phone works a little differently than it does on a desktop. On a computer the whole paste flow is built around the clipboard and Ctrl+V. Phones do not expose clipboard images the same way, so the mobile experience swaps that keyboard shortcut for a tap.

Everything behind the scenes stays the same. The backend, the URL format, and the share semantics are identical. Only the input gesture changes, from a keypress to a tap.

The phone flow also gets used for different jobs than the desktop one. Less bug reporting, more real life: a photo of a receipt for an expense report, a whiteboard at the end of a meeting, a package label for a support chat, three angles of a lamp for a marketplace listing. Anything where the picture is on the phone and the conversation is somewhere else.

The imagepaste tool on a phone, showing the dropzone labeled Drop, paste, or click to browse and a Webcam button

From the camera roll

  1. Open imagepaste.org in Safari or Chrome.

  2. Tap the dropzone in the middle of the screen. Your OS photo picker opens.

  3. Pick a photo. The crop view opens, so you can adjust the selection or send it as-is.

  4. The share URL appears with a Copy link button. Tap to copy, then paste it wherever you need it.

On iOS, the picker shows your Photos library by default. Long-press a photo in the picker to preview it before selecting. On Android, the picker behavior depends on your default gallery app, whether that is Google Photos, Samsung Gallery, or your file manager. The end result is the same.

Take a photo live

You do not need to save a photo before uploading. The Webcam button under the dropzone opens your device camera. Tap Capture to take a shot, and the camera feed goes straight into the crop view with no local save step.

The webcam capture modal on desktop, showing a Camera Live header with Flip and Capture controls

The button works on mobile too. On a phone it will prefer the rear camera by default, which is useful for whiteboard photos, receipts, or package labels. On desktop it uses whichever camera the browser exposes first. Tap Flip to swap between front and rear on devices that have both.

Screen capture on phones

If what you want to share is the phone screen itself:

  • iOS: press the side button and volume-up together. The screenshot lands in Photos. Open imagepaste, tap the dropzone, pick the capture.

  • Android: press power and volume-down together, or use the recent-apps tray shortcut. The screenshot lands in your gallery.

The share URL that comes back works anywhere: text messages, WhatsApp, email, Discord, a support ticket. There is no mobile-specific link format.

Share sheet integration

The tool is a progressive web app. If you tap the Share icon in Safari (iOS) or the three-dot menu in Chrome (Android) and pick Add to Home Screen, you get a standalone icon. From then on the tool opens like a native app. On iOS 16.4+ you can also share images to it straight from the Photos app via the iOS share sheet.

What iPhone photo formats do to uploads

iPhones save camera photos as HEIC by default, and HEIC is not one of the formats the tool accepts directly. In practice this rarely matters: when a website asks for an image, iOS hands over a JPEG conversion in most cases, so the upload just works. Screenshots avoid the question entirely, since iOS and Android both save them as PNG.

If an upload is rejected for its format, convert the photo first. The image to JPG converter runs in the browser on your phone too, and the result can go straight into the paste flow.

Add to Home Screen, step by step

  • iPhone and iPad: open imagepaste.org in Safari, tap the Share icon, scroll to Add to Home Screen, and tap Add. The icon opens the tool full screen, without the browser chrome.

  • Android: open the site in Chrome, tap the three-dot menu, and pick Add to Home screen (some versions say Install app). Confirm and the icon lands on your launcher.

After that, sharing takes two taps from anywhere: screenshot, open the icon, pick the capture.

Most chat apps recompress attached images, and the results can be rough. WhatsApp in particular is known for turning crisp screenshots into smudged text. A link sidesteps that, because the viewer opens the original file at full quality. Links also survive forwarding: an attachment gets recompressed again every time it moves, while the URL stays the URL.

Attachment size caps are the other reason. Email commonly cuts off around 20 to 25 MB, Discord’s free tier is lower, and some ticket systems reject inline images entirely. The attachment size limits guide collects the caps for every major app. A short link never hits any of them.

How long a mobile upload lasts

The rules are the same as on a computer. Upload without signing in and the link stays live for 7 days, then the file is removed automatically. Sign in first and the upload is permanent, listed in your dashboard, and deletable there whenever you want. The delete guide covers removal in detail.

A note on the camera permission

The first time you tap the Webcam button, the browser asks for camera access, and the prompt names the site so you can see exactly what you are granting. The feed stays on your device while you line up the shot. Nothing is sent anywhere until you tap Capture and then confirm in the crop view, and closing the tab drops the feed immediately.

For paper, whiteboards, and labels, the rear camera plus a tight crop beats a full photo almost every time. Fill the frame with the page, capture, then trim to the paragraph or the barcode you actually need before sending.

Things that are different from desktop

  • No Ctrl+V. The paste gesture is a tap on the dropzone, not a keyboard shortcut.

  • Auto-copy is less reliable. iOS and some Android browsers require an explicit tap on Copy link to populate the clipboard. The button is right there on the result view.

  • File size limits are the same. 10 MB max on mobile, same as desktop. A full-resolution phone photo usually lands around 2 to 4 MB, well inside the limit.

Conclusion

You do not need an app or a login to share an image from your phone. Pick a photo from your camera roll, take one live, or grab a screenshot, then let the dropzone turn it into a short URL you can drop into any chat. The gesture is different from desktop, but the result is the same link, ready to share anywhere.

/// frequently asked

How do I share an image from my phone without installing an app?

Open imagepaste.org in Safari or Chrome, tap the dropzone, and pick a photo. You get a share URL in a couple of taps. There is nothing to install. If you want it to feel like an app, use Add to Home Screen for a standalone icon.

Do I need to save a photo before uploading it?

No. You can pick an existing photo from your camera roll, or tap the Webcam button to take one live. A live capture goes straight into the crop view with no save step.

Does the share link work in WhatsApp and iMessage?

Yes. The link is a normal URL, so it works in text messages, WhatsApp, email, Discord, and support tickets. There is no mobile-specific link format.

How do I share a screenshot from my phone?

Take the screenshot first (side button plus volume-up on iOS, power plus volume-down on Android), then open the tool, tap the dropzone, and pick the screenshot from your gallery. You can also use the dedicated screenshot to link tool.

Why do I have to tap Copy link myself on iOS?

iOS and some Android browsers block automatic clipboard access, so the Copy link button needs one explicit tap. The button sits right on the result view, so it is one tap away.

What is the file size limit on mobile?

10 MB, the same as desktop. A full-resolution phone photo is usually around 2 to 4 MB, so it fits comfortably.

Can I upload HEIC photos from an iPhone?

Not directly, but iOS converts HEIC to JPEG for web uploads in most cases, so photos from the camera roll usually work without any extra step. If one is rejected, run it through the image to JPG converter first.

How long does a link from my phone stay live?

7 days for anonymous uploads, after which the file is removed automatically. Sign in before uploading if you want the link to stay up until you delete it yourself.

/// related