Form rejects PNG and needs JPG
The Workday or government field says PNG is not an allowed type, even when the screenshot looks sharp. Tinolia converts that PNG to JPG when the form rejects the file, and files are deleted within 1 hour.
Upload · profile photo
photo.png

photo.jpg
The form is reading a whitelist, not your pixels
HTML file inputs and many HR portals advertise Accept: image/jpeg, or a short list that names .jpg and .jpeg only. The browser hides .png or the server returns an unsupported file type before it ever measures quality.
That refusal is about the container the field promised to read. A crisp PNG screenshot still fails when the allowlist never mentioned PNG.
HR and government uploads that only name JPG
Workday, other HR headshot fields, and many government portals print JPG or JPEG in the instructions. Passport and DS-160 style flows often follow the same habit even when a PNG would look identical on screen.
Outlook attachments are a different check. Here the blocker is the upload control on the application page, not the mailbox size.
A Windows Snipping Tool capture is PNG by default. Convert before you open the HR form so the picker never greys out the file mid-application.
Renaming .png to .jpg does not change the bytes
Changing the extension leaves PNG compression inside the file. Pickier validators sniff the header and still reject it. A real JPEG rewrite is what the Accept filter expects.
You also lose alpha: JPEG has no transparency. Photos and most ID crops never needed it. Logos that must sit on a colored page as transparent pixels belong on a different workflow, not this JPG-only field.
Convert to JPG without quality panic
PNG to JPG writes a JPEG with a solid background on the server. Up to 10 files, 20 MB each. Files are deleted within 1 hour. Mixed formats in one drop can use Convert to JPG when you also have WebP or HEIC in the folder.
Soft edges on a screenshot can show after conversion; that is JPEG compression, not the form being broken. For a photo ID crop, the difference is usually invisible at the size the portal displays.
- Drop the .png on PNG to JPG.
- Download the .jpg, or a ZIP for a batch of form photos.
- In the portal, choose the .jpg in the same upload field that refused the PNG.
- If the field also prints a KB cap, compress after you have a JPEG, not before you fix the format.
Heavy PNG and SVG rejections are different jobs
A PNG that opens in the picker but still fails because the file is huge is a size problem: PNG too large. An SVG that the form refuses because it wants raster is SVG upload rejected.
Stay here when the message is format only: the field named JPG and your file is still PNG.
Questions
Why does an HR or government form reject my PNG?
Those uploads often allowlist image/jpeg or .jpg only. The Accept filter never opens the PNG pixels; it rejects the type first.
Does renaming photo.png to photo.jpg fix the upload?
Renaming leaves PNG bytes inside. Validators that sniff the header still fail. Use PNG to JPG so the file is a real JPEG.
Will converting PNG to JPG ruin photo quality?
You trade lossless PNG for a JPEG grid. On form-sized headshots the change is usually minor; soft edges show more on UI screenshots with sharp text.
What happens to a transparent PNG background?
JPEG cannot keep alpha. Transparent areas become a solid color in the conversion. Prefer this path for photos, not for logos that must stay see-through.
The form also says 50 KB. Convert or compress first?
Fix the format first with PNG to JPG, then aim at the KB number. A PNG that the field will not accept cannot meet a size rule it never reaches.
Can I prepare multiple PNG screenshots for one HR application?
Run the set through PNG to JPG, grab the ZIP, and feed each JPG into the Workday or government slots that refused PNG.
Is this the same as a PNG that is only too large?
File weight without a type block is PNG too large. This page is the JPG-only whitelist.
The form asked for PNG, not JPG. Wrong guide?
If the field wants PNG and you have an SVG, see SVG upload rejected. Come here when the instructions say JPG and your file is still PNG.
More guides like this
- Open iPhone HEIC photos on WindowsWindows ships no HEVC decoder for stills, so Explorer draws nothing. Install the two Store packages to look, or send JPEG to the portal that refused it.
- Insert HEIC into PowerPointPowerPoint Insert Pictures needs HEIF and often HEVC on Windows. When Insert fails or the deck must open elsewhere, convert the iPhone still to JPEG first.
- Insert HEIC into Google DocsGoogle Docs and Slides refuse iPhone .heic on Insert image. Convert to JPEG first, or use Word only after Windows has HEIF and HEVC codecs.