🗑️ Managing Files
Page 7 of 16: Learn the Basics → Managing Files
← Previous: Downloading | Next: How It Works →
Learn how to organize and delete files in ShareJadPi.
Viewing Files
All uploaded files appear in the "Uploaded Files" section with:
- 📄 Filename
- 📊 File size
- 📅 Upload date
- 🔽 Download button
- 🗑️ Delete button
Deleting Files
From Web Interface
- Find the file you want to delete
- Click the Delete button (🗑️)
- Confirm the deletion
- File removed immediately
From File System
Files are stored at: ~/ShareJadPi-Dev/uploads/
You can also:
- Delete files directly from this folder
- Copy files to other locations
- Organize in subfolders (manual)
Storage Management
Check Storage
bash
# Mac/Linux
du -sh ~/ShareJadPi-Dev/uploads
# Windows
dir "C:\Users\YourName\ShareJadPi-Dev\uploads"Clean Up Old Files
Regularly delete files you no longer need to free up space.