FileKBहिं

Photo upload problem — pehle error padho, phir sirf wahi cheez theek karo

A step-by-step way to diagnose any form upload rejection in India: work out whether the problem is bytes, pixels, format or content, then fix that one thing.

Updated

Photo upload nahi ho raha — the most common sentence typed into a search box at eleven at night before a form deadline. The reason it stays unsolved for hours is that people change three things at once, upload again, and learn nothing from the next failure. There are only four families of rejection, and each has a different fix. Identify the family first.

Step 1: copy the exact words the portal used

Not "it says wrong size". The literal sentence. Portals are terse but they are specific, and the wording tells you which validator objected.

Write the sentence down. If the message is unhelpfully vague — upload failed, please try again — treat it as a byte problem first, because that is what it usually is.

Step 2: byte problems

Read whether the rule has one wall or two. Not more than 50 KB is a ceiling. Between 20 KB and 50 KB is a window, and the floor is the wall most tools ignore. This is why a candidate can compress a photograph to 12 KB, feel successful, and get file size should not be less than 20 KB.

Use the resize tool with both fields filled. If the gap between your file and the target is enormous — a four-megabyte camera photograph aimed at 20 KB — crop before compressing. Cropping to head and shoulders throws away the pixels that carry no information about you, so the remaining bytes are spent on your face instead of on the wall behind it.

For the opposite problem, the honest order is: raise JPEG quality, then enlarge dimensions if no pixel limit applies, then pad metadata as a last resort.

Step 3: geometry problems

Pixels and centimetres are connected by dots per inch, and a form that states one without the other is leaving you to guess. A 3.5 by 4.5 cm photograph is roughly 138 by 177 px at 100 dpi and 413 by 531 px at 300 dpi. When a portal prints a pixel figure, obey the pixel figure, because that is what its uploader measures.

Banking recruitment is the clearest example of a portal that states both photograph and signature geometry. The Institute of Banking Personnel Selection clerical notification prints a 200 by 230 pixel photograph and a 140 by 60 pixel signature, with byte windows for each (IBPS CRP Clerks-XIV notification). Crop to those boxes with the ratio locked, then fix the weight. Doing it in the other order undoes your work, because changing pixel count changes byte count.

Step 4: format problems

JPEG is what portals mean when they write JPG, and the two are the same format with different extension lengths. Some uploaders check the extension string rather than the file contents, so a valid JPEG named with the wrong extension can be refused. PNG is a different format entirely, and a photograph saved as PNG will be several times heavier than the same picture as JPEG — a frequent hidden cause of a byte rejection. WebP and HEIC are not accepted by Indian government portals at all, and HEIC is what many iPhones produce by default.

Step 5: content problems, which are the ones people ignore

No amount of resizing fixes these, and they are documented rejection reasons.

The Staff Selection Commission does not accept an existing photograph at all: the current examination notice states the photograph is captured live inside the application module, which is also why the widely repeated "SSC photo 20-50 KB" figure appears in no SSC document (SSC CGL 2026 notice). The Commission's instruction sheet adds that a signature must fill at least eighty per cent of its box (SSC photo and signature instructions).

The Civil Services upload flow requires the photograph to carry the candidate's name and the date the photograph was taken, and the files to be named photo and signature (UPSC instructions for uploading documents). A perfectly sized photograph without the caption is still rejected.

Several portals refuse a signature written in block capitals, and one national registration flow states plainly that the signature must not be in capital letters (OTR photograph and signature guidelines).

Step 6: change one thing, then retry

After each upload, note what changed and what the portal said. Two rounds of this identifies almost any problem. Three rounds of changing everything at once identifies nothing.

A note on the tools you use

Handing an identity photograph and a signature to an unknown website is a real risk, not a theoretical one, because those two files together are most of what is needed to forge a form. Prefer tools that process the file in the browser, and test the claim by disconnecting from the network — if the page still works, nothing was sent anywhere.

Related