<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Ding</title>
    <description>The latest articles on DEV Community by Ding (@ding_00aea4cb8281a3d69ef3).</description>
    <link>https://dev.to/ding_00aea4cb8281a3d69ef3</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3965637%2F603cf39b-c163-4426-9d22-7f47520f0dd9.png</url>
      <title>DEV Community: Ding</title>
      <link>https://dev.to/ding_00aea4cb8281a3d69ef3</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ding_00aea4cb8281a3d69ef3"/>
    <language>en</language>
    <item>
      <title>When an Upload Form Accepts JPG but the Phone Gives You HEIC</title>
      <dc:creator>Ding</dc:creator>
      <pubDate>Wed, 03 Jun 2026 04:22:09 +0000</pubDate>
      <link>https://dev.to/ding_00aea4cb8281a3d69ef3/when-an-upload-form-accepts-jpg-but-the-phone-gives-you-heic-2hcc</link>
      <guid>https://dev.to/ding_00aea4cb8281a3d69ef3/when-an-upload-form-accepts-jpg-but-the-phone-gives-you-heic-2hcc</guid>
      <description>&lt;p&gt;A small UX problem shows up in many web products: the form says “upload a JPG,” but the user is on an iPhone and the photo is HEIC.&lt;/p&gt;

&lt;p&gt;HEIC is not the problem by itself. It is efficient, keeps photo quality high, and saves storage. The problem is compatibility at the edge of the workflow: older CMS tools, support desks, school portals, insurance forms, and some Windows workflows still expect JPG.&lt;/p&gt;

&lt;p&gt;For product teams, I usually think about this as a conversion boundary:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Keep the original HEIC file when storage and quality matter.&lt;/li&gt;
&lt;li&gt;Convert a JPG copy only for the system that requires it.&lt;/li&gt;
&lt;li&gt;Avoid forcing users to install a desktop app for a one-time upload.&lt;/li&gt;
&lt;li&gt;Be clear about whether the photo leaves the browser.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;For quick one-off conversions, this &lt;a href="https://heic-to-jpg.app/" rel="noopener noreferrer"&gt;private HEIC to JPG converter&lt;/a&gt; is useful because the conversion runs in the browser. That matters when the file is a personal photo, ID scan, receipt, or support attachment.&lt;/p&gt;

&lt;p&gt;If the workflow involves many iPhone photos, the batch guide is the more relevant reference: &lt;a href="https://heic-to-jpg.app/guides/batch-heic-to-jpg/" rel="noopener noreferrer"&gt;batch HEIC to JPG converter&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The design lesson is simple: file-format support is part of onboarding. If a product asks for JPG uploads, it should either accept HEIC directly or give users a clear path to create a JPG copy without making privacy worse.&lt;/p&gt;

</description>
      <category>tools</category>
    </item>
  </channel>
</rss>
