Use Case Guide

Test File Uploads

Inspect your upload payloads with full visibility. Replay file uploads with different parameters without re-selecting files in the UI.

The Problem

Debugging file uploads often requires selecting the same 'test.jpg' over and over, and standard network tools don't show multipart data clearly.

The DevConsole Solution

DevConsole decodes multipart/form-data into a readable list of fields and files, and allows you to replay the upload with modified metadata.

Step-by-Step Implementation

Upload a File

Perform a normal upload in your application while DevConsole is active.

Inspect Multipart Data

See every field and file name cleanly formatted in the 'Request' tab.

Replay with Overrides

Modify non-file fields and re-send the request to test server-side validation logic.

Related Questions

Can I test file size limits?

Yes, you can mock an upload to have a massive 'Content-Length' to see how your server/frontend handles the error.

Does it support S3 direct uploads?

Yes, any HTTP-based upload (including those to S3/Cloudinary) can be inspected and replayed.

Start Debugging Smarter

DevConsole is free during development. Join 5,000+ developers shipping better code.

Get Started Now