PaperFoxPaperFox
Track Chairs

Camera-Ready — How to Handle the File

Two patterns for collecting the final PDF when papers reach Camera Ready, and what each one actually protects.

When a paper reaches your final-version phase (often called Camera Ready, sometimes Final Version, Proceedings Version, or whatever your committee prefers), authors need to upload a new PDF. You have two patterns to choose from, and they protect different things.

If you haven't set up the phase itself yet, start with A Typical Two-Phase Workflow — this guide is specifically about the file field, not the whole phase setup.


Pattern A — Reuse the submission-file slot

Authors hit the same Submission File field and upload their camera-ready PDF over the original.

What happens: A new SubmissionVersion is created. The previous version — with the original PDF URL — is preserved in the paper's version history.

SetupNone. Default behavior for every track.
Where the original PDF livesVersion history on the submission detail page (one click deeper).
Where the camera-ready PDF livesSame slot — shown as the "current" file everywhere (exports, proceedings ZIPs, reviewer views).
Good forWorkshops, internal-only events, small conferences where version history is enough.
TradeoffAuthors have to trust that the old file is archived. One stray click on Replace can swap it; we now show a confirmation ("Submission file hasn't changed since version N") when they try to save without replacing, but that's a speedbump, not a lock.

Pattern B — Add a phase-scoped Camera-Ready field

You add a new file field in the submission form, scope it to your Camera Ready phase, and authors upload the new PDF to a separate slot. The original Submission File stays visible.

Setup: In the track's Forms → Submission Form tab, click "Add Field", pick File Upload, and set Add to Phase to your camera-ready phase. Name it something unambiguous like Camera-Ready PDF.

Configure File Field dialog with Add to Phase dropdown highlighted, showing how to scope a new Camera-Ready PDF field to a specific phase

Any field's help text is shown to authors right under the label — use it to tell them which slot to upload to (e.g. "Upload the final camera-ready PDF here. Your original submission PDF stays on file.").

SetupOne file field added to the phase. Once submissions exist, the field's schema locks so it can't be deleted.
Where the original PDF livesThe original Submission File slot — shown side-by-side with the camera-ready slot in every phase.
Where the camera-ready PDF livesThe new field you added. Distinct artifact in exports, proceedings ZIPs, and the submission detail page.
Good forPublished proceedings, legal/archival requirements, anything where "which file is the submission of record?" needs to be unambiguous.
TradeoffAuthors see both slots in the edit form — see the honest caveat below.

What you can't prevent (read this before choosing Pattern B)

Pattern B gives you a clean place for the camera-ready PDF. It does not lock the original Submission File. When an author opens Edit Submission in the camera-ready phase, every field visible to that phase is editable — including the original phase-1 Submission File slot. They could Replace that file too.

What actually protects the original file across both patterns:

  • Version history is permanent. Every save creates a new SubmissionVersion that snapshots the file URL. Old files stay downloadable from the submission detail page regardless of what the author does next.
  • The "unchanged file" soft gate fires in any post-submission phase (index > 1). If the author saves without picking a new file for any file slot, they see a confirmation dialog before the revision commits.
  • Deadlines you set on the phase stop edits entirely. Once the camera-ready revision deadline passes, authors can't save new versions at all.

If you need a hard lock on the original slot — truly read-only in later phases — that's not currently a field-level setting. File a request if it's a blocker for your use case.


Which pattern should I pick?

  • Running a workshop or internal review? Pattern A. No setup, version history is enough.
  • Publishing proceedings, or have a legal/archival need for two distinct artifacts? Pattern B. Add the field, use the help text to direct authors, and accept the (rare) edge case that an author could also edit the original slot.

Whichever you pick, the version history is the floor — you can always recover any previously uploaded file from the submission detail page.

On this page