"use client"; import Image from "next/image"; import Link from "next/link"; import { UploadForm } from "../components/uploadForm"; import { FilesTable } from "../components/filesTable"; 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

Files in Database

Back to Home API Documentation
); }