import Image from "next/image"; import { UploadForm } from "../components/uploadForm"; export default function FilesPage() { return (
Vtor.io logo

File Management

Upload and manage your media files here. Select files to upload them to the server.

Upload Files

Back to Home API Documentation
); }