File Management
Upload, delete, and mass-manage your media files
Learn how to efficiently manage your uploaded media files through the Fivemanage dashboard, including uploading, deleting, and bulk operations.
Uploading Files
Manual Upload
Upload files directly through the dashboard interface:
- Navigate to the Media section in your dashboard
- Click the Upload button
- Either drag and drop files or click to browse
- Select one or multiple files to upload
- Add optional metadata tags for organization
- Click Upload to process
Supported Formats
- File Size Limit: 32MB for all file types
- Supported Formats:
- Images: PNG, APNG, WebP, JPEG, GIF
- Audio: MP3, MPEG, OGG, WebM, WAV
- Video: OGG, MP4, MPEG, WebM, QuickTime (MOV), Matroska (MKV)
Viewing Files
Grid View
The default grid view displays thumbnails of your media:
- Hover over thumbnails for quick preview
- Click to open full-size viewer
- Right-click for context menu options
List View
Switch to list view for detailed file information:
- File name and type
- Upload date and time
- File size
- Metadata tags
- Direct URL
Filtering Files
Filter your media library using:
- File type (Images, Videos, Audio)
- Date range of upload
- Metadata tags
- File name search
Deleting Files
Single File Deletion
To delete an individual file:
- Hover over the file thumbnail or row
- Click the trash icon that appears
- Confirm deletion in the popup dialog
Deleted files cannot be recovered. Ensure you have backups if needed.
Mass Delete
Delete multiple files at once:
- Click the Select button in the toolbar
- Check the files you want to delete:
- Click individual checkboxes
- Or use Select All for current page
- Click Delete Selected button
- Confirm the bulk deletion
Quick Selection Methods
- Shift + Click: Select range of files
- Ctrl/Cmd + Click: Select individual files
- Ctrl/Cmd + A: Select all visible files
File Organization
Using Metadata
Organize files with metadata tags:
- Select one or more files
- Click Add Tags button
- Enter tag names (comma-separated)
- Press Enter to apply
Metadata Best Practices
- Use consistent naming conventions
- Create tags for:
- Environment (dev, staging, production)
- Feature or module names
- Date or version identifiers
- Content type categories
Bulk Operations
Bulk Download
Download multiple files as a ZIP archive:
- Select desired files
- Click Download Selected
- Wait for ZIP generation
- Download will start automatically
Bulk Metadata Edit
Update metadata for multiple files:
- Select target files
- Click Edit Metadata
- Add or remove tags
- Apply changes to all selected
File Details
Click any file to view detailed information:
Information Panel
- File ID: Unique identifier
- URL: Direct access link
- Upload Date: Timestamp of upload
- Size: Original and optimized sizes
- Type: MIME type
- Metadata: All associated tags and custom data
Actions Available
- Copy URL: Copy direct link to clipboard
- Download: Download original file
- Share: Generate shareable link
- Delete: Remove file permanently
- Edit Metadata: Modify tags and properties
Search and Filter
Advanced Search
Combine multiple filters for precise results:
- Use the search bar for file names
- Add type filters (image/video/audio)
- Set date range for upload time
- Filter by specific metadata tags
Search Tips
- Use quotes for exact matches:
"screenshot.png" - Wildcards supported:
screen*.png - Combine filters with AND logic
- Save frequent searches for quick access
Storage Management
Usage Overview
Monitor your storage usage:
- Total storage used
- Breakdown by file type
- Monthly upload trends
- Bandwidth consumption
Storage Optimization
- Regularly review and delete unused files
- Use metadata to identify old or obsolete content
- Leverage automatic WebP conversion for images
- Consider archiving instead of deleting important files
API Integration
Access file management programmatically:
// List files
GET https://fmapi.net/api/v2/files
// Delete file
DELETE https://fmapi.net/api/v2/files/{fileId}
// Update metadata
PATCH https://fmapi.net/api/v2/files/{fileId}/metadataSee the File API documentation for complete API reference.