You're opening this file directly from your computer (file://).
For uploads to work, you need to open it through a simple local server.
In Terminal, run this from your jwportfolio folder:
npx serve .
Then open http://localhost:3000 in your browser.
You only need to do this on your local machine — your live site at workers.dev works fine for visitors.
Connect Your Storage
Enter your Cloudflare Worker URL and admin key to enable uploads. See the included SETUP.md for step-by-step instructions.
Worker URL
Your Cloudflare Worker URL from the deployment step.
Admin Key
The ADMIN_KEY secret you set with: wrangler secret put ADMIN_KEY
Preview
Uploading…
0%
Edits stay on your machine until you Publish — then they go live.Saved