claude-code - 💡(How to fix) Fix [BUG] Cowork archive uploads (zip etc.) fail to persist to VM — docx and other regular files work fine

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Error Message

Error Messages/Logs

Code Example

VM terminal diagnostic output:
# 1. uploads directory is empty
$ ls -la /sessions/.../mnt/uploads/
total 4
dr-x------  ... .
drwxr-xr-x  ... ..

# 2. Attempt to write a test file
$ touch /sessions/.../mnt/uploads/test.txt
touch: cannot touch '/sessions/.../mnt/uploads/test.txt': Read-only file system

# 3. Compare with outputs directory (works correctly)
$ stat /sessions/.../mnt/outputs/ --format="%A"
drwx------

$ stat /sessions/.../mnt/uploads/ --format="%A"
dr-x------
RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing issues and this hasn't been reported yet
  • This is a single bug report (please file separate reports for different bugs)
  • I am using the latest version of Claude Code

What's Wrong?

When uploading archive files (e.g. .zip) through the chat attachment interface in Cowork mode, the files appear in the conversation messages but are NOT actually written to the VM's /uploads/ directory. This means the AI agent cannot access or process uploaded archives.

What Should Happen?

Uploaded archives should be correctly written to the /uploads/ directory just like regular documents (e.g. .docx). The AI agent should be able to access and extract the contents of uploaded archive files.

Error Messages/Logs

VM terminal diagnostic output:
# 1. uploads directory is empty
$ ls -la /sessions/.../mnt/uploads/
total 4
dr-x------  ... .
drwxr-xr-x  ... ..

# 2. Attempt to write a test file
$ touch /sessions/.../mnt/uploads/test.txt
touch: cannot touch '/sessions/.../mnt/uploads/test.txt': Read-only file system

# 3. Compare with outputs directory (works correctly)
$ stat /sessions/.../mnt/outputs/ --format="%A"
drwx------

$ stat /sessions/.../mnt/uploads/ --format="%A"
dr-x------

Steps to Reproduce

Open Claude Desktop in Cowork mode Click the attachment/upload button next to the chat input Select a .zip archive file and upload it Ask the AI to access and process the file from /uploads/ Observe that the AI cannot find the file in /uploads/

Note: Following the same steps with a .docx or other regular document file works correctly — the file is written to /uploads/ and accessible to the AI.

Claude Model

Other

Is this a regression?

Yes, this worked in a previous version

Last Working Version

No response

Claude Code Version

Claude 1.11187.1 (370d3b) 2026-06-04T17:30:35.000Z

Platform

Anthropic API

Operating System

Windows

Terminal/Shell

Windows Terminal

Additional Information

No response

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING