HomeScripts & PPVGallery File Rules and Limits

Gallery File Rules and Limits

Most upload incidents come from format and size mismatches.

Step 1 — Check limits before upload

Media typeDirect limitSpecial rule
Photo10MBUse compressed files for faster processing
Video50MBLarger files go through Telegram session
Audio20MBOnly .ogg or .mp3 accepted

Step 2 — Handle common upload errors

  • “No file selected” means picker state is empty.
  • “Audio uploads must be .ogg or .mp3 files…” means wrong format.
  • “Audio files must be under 20MB.” means size overflow.
  • “Telegram uploads are limited to 10 files per batch.” means split batch.

Step 3 — Retry with cleaned batch

  1. Remove invalid files from selection.
  2. Split oversized batch into smaller groups.
  3. Run upload again and confirm success count.

Common mistakes

  • Uploading unsupported audio extensions.
  • Submitting more than 10 oversized files in one Telegram batch.
  • Assuming silent failures will self-recover.
  • Keeping failed assets in script steps.

Done

You can now run this page with a stable daily routine and fewer surprises.