Code tab Assets panel with file tree, Media Library button, search, and storage quota
Files / Assets tree

Appifio Creator · Lesson D01 · Intermediate

The Files tab
upload, soft/hard delete & Media Library

The Files tab is where you manage every HTML/CSS/JS/image file in the project. This lesson covers uploading images to the right place, organizing the media library, and the difference between soft delete (recoverable) and permanent delete (gone).

Learning goals: Upload images correctly, find files fast, understand soft delete → restore → permanent delete, and know the project’s file-count / storage limits.

Reading time: about 14-18 minutes

Prerequisites: At least one project open in Creator (A01-A02).

Previous / next: ← C05 (Add blocks & Template library) · → D02 (Routes)

Main UI labels: Files · Library (Media Library) · Upload image · Newest · A-Z · Show deleted files · Delete permanently · Restore file

1. Workflow map

1. Open the Files tab
→ See the project’s HTML/CSS/JS/image tree
2. Upload images
Upload image → pick files from your machine
3. Organize / find files
→ “Search files…” · sort Newest / A-Z
4. Soft delete
→ Delete file / Delete folder → moves to deleted list, still recoverable
5. Restore or permanent delete
→ Turn on Show deleted files → Restore file or Delete permanently (no undo)

2. Glossary

TermMeaningWhere in the UI
FilesTab that manages every project fileTop tab bar in Creator
Library (Media Library)Modal for uploaded images/media - different from the HTML file tree and from the sidebar Libraries tab (Images stock / Fonts / Libraries CDN, D03)(1) Inside Files · (2) Library toolbar button on preview · (3) Open Media Library in Project profile
Upload imagePick image files from your machine into the projectFiles tab / Media Library toolbar
Soft deleteDelete file / Delete folder - marked deleted but data remains; can restoreTrash icon beside each file
Permanent deleteDelete permanently - removed from project storage; cannot undoOnly when Show deleted files is on
RestoreBring a soft-deleted file/folder back to normalRestore file / Restore folder

3. Browse and find files

The Files tab shows a folder tree. Use Search files… to filter by name when the project has many files - faster than scrolling a large tree.

A green dot means the file changed but isn’t saved yet - click it to review the diff before you keep or discard.

4. Upload images & Media Library

Three entrances to the same Media Library:

  1. Files tab → Library area/button (Media Library modal, My library…).
  2. On View space: toolbar button labeled Library (media) - open quickly while editing without leaving preview.
  3. In Project profile: Open Media Library to attach Logo/Docs/Assets (B06).
  4. Click Upload image, pick files from your machine. Only valid image types; wrong type: Please select an image file.
  5. Sort by Newest or A-Z.
  6. Click an image → Image details: name, size, URL · Copy URL · optionally Edit opens Photo Editor (C06).

Don’t confuse labels: Sidebar tab Libraries has 3 subtabs: Images (Stock - Pixabay/Pexels/Unsplash, D03) · Fonts · Libraries (CDN). Toolbar Library (media) inside Files = uploaded images & assets. Upload into Media Library - chat attachments are only for AI reference.

5. Soft delete, restore, permanent delete

Assets tree showing a soft-deleted pages folder with Restore control
Soft delete and Restore
ActionConfirm / result
Delete file“Are you sure you want to delete file '{name}'?” - soft delete, recoverable
Delete folder“…delete folder '{name}' and everything inside?” - soft-deletes the whole subtree
Show deleted filesToggle to see soft-deleted files/folders again
Restore file/folderBack to normal; usable immediately
Delete permanently“…permanently delete file/image '{name}' from project storage?” - cannot undo

Warning: “Delete permanently from Database” for data files is also one-way - only when you’re sure you won’t need that file again.

6. File count & storage limits

Each project has plan limits:

  • File count: at the cap you’ll see “File limit ({limit}) reached. Please delete some files before uploading.”
  • Storage size: “Storage limit ({limit} MB) reached. Please delete some files before uploading.”

7. Compared with popular tools

ToolSimilarDifferent
WordPress Media LibraryDedicated image library, sort by date/nameCreator also manages real source files (HTML/CSS/JS), not media only
Google DriveSoft delete to trash before permanent deleteCreator doesn’t auto-purge by time - you must permanent-delete yourself
Webflow AssetsCopy image URL for use in code/CSSCreator surfaces file/storage limits clearly in error messages

8. Technical limits

You can

  • Restore soft-deleted files/folders
  • Search and sort Newest/A-Z in Media Library
  • Copy image URLs for reuse across the site

You can’t

  • Restore after Delete permanently
  • Upload past plan file-count or storage limits
  • Always rename in place - sometimes you create a new file and re-point routes/links

9. Common issues

IssueFix
Deleted an image by mistakeTurn on Show deleted files → find it → Restore file before anyone clicks Delete permanently
Preview doesn’t show the new imageCheck for a green dot (unsaved) - save the file before judging preview
Upload blocked by a limitPermanently delete unused files/images to free space, or upgrade the plan

10. Tips

  • Name files clearly and keep folders tidy from day one - searches stay easy as the project grows.
  • Only Delete permanently when you’re sure - prefer soft delete and re-check after a few days.
  • Watch storage if you use many high-res images; compress/resize in Photo Editor (C06) before upload to stay under the limit.

11. Self-check

  1. Can you upload an image to Media Library and Copy URL?
  2. Can you tell Delete file (soft) from Delete permanently?
  3. Have you restored a soft-deleted file once?
  4. Do you know where limits show up when you hit them?

Next lesson

D02 - Routes: map friendly URLs → HTML files

Attach clean URLs (like /about) to the right HTML files in the Routes tab, following the built-in 5-step guide.

Appifio Creator · User guide · D01