File Upload Test

Test file upload, download, and management with your Go backend on port 4320

File Upload Configuration
Backend URL
http://localhost:4320
Upload Endpoint
POST /api/files
List Files Endpoint
GET /api/files/list
Download Endpoint
GET /api/files/{filename}
Delete Endpoint
DELETE /api/files/{filename}
Max File Size
10 MB
Supported Types
PDF, DOC, DOCX, TXT, JPG, PNG, ZIP
Authentication
JWT Bearer Token (except download)
Authentication Required
File upload requires authentication. Please provide your JWT token.
You can get a token from the OAuth test page
Activity Log
File upload test interface initialized