1. Local Upload – Store Directly on Your Host
This is the default upload method in Init Manga. Files are stored directly in the wp-content/uploads/ directory of your website. It’s ideal for small sites or personal projects that don’t require cloud integration or external APIs.
- Pros: Simple setup, no need for API keys or cloud accounts.
- Cons: Limited by your hosting storage capacity; not suitable for large-scale storage.
- Supports: Single Chapter Upload and Batch Upload (ZIP Mode), both limited to 100MB by Cloudflare.
- Storage Path:
/wp-content/uploads/init-manga/{manga_id}/{chapter}/
Recommended Tool: Init Local Uploader – Simple and intuitive self-hosted image uploader for your own server
Init Local Uploader is a free tool developed by Init HTML that lets you drag and drop images directly onto your own server, without any API or SDK. All data is processed locally — fast, secure, and fully independent of third-party cloud services.
2. Wasabi Upload – Cloud Storage via S3
This method integrates directly with Wasabi — an affordable and high-performance S3-compatible cloud storage provider. Init Manga supports both single image uploads and ZIP-based batch uploads, automatically parsing chapter folders and syncing them with your CDN.
- Pros: Reliable, scalable, and fast; ideal for medium to large-scale sites.
- Cons: Limited to 100MB per request when routed through Cloudflare (browser uploads).
- Supports: Single Chapter Upload and Batch Upload (ZIP Mode), both subject to the 100MB Cloudflare limit.
- Best for: Publishers or translation teams looking for external cloud storage.
Recommended Tool: Wasabi Direct Uploader – Upload directly to Wasabi and export URLs in HTML, Markdown, or plain text within 1 minute
Wasabi Direct Uploader is a standalone PHP tool developed by Init HTML. It allows you to drag and drop multiple files, upload them directly to Wasabi via presigned URLs (SigV4, no SDK required), and instantly get ready-to-share URLs in various formats (Plain, HTML, Markdown, BBCode, or custom templates).
A minimalist, secure, and fast tool — perfect as a fallback solution for quick uploads or out-of-system transfers.
3. Init Uploader – Self-Hosted Storage via API
This advanced method lets you host your own upload endpoint (similar to S3) and store manga images on any server you control. Init Uploader integrates natively with Init Manga, supporting single chapter uploads, ZIP-based batch uploads, and real-time URL responses.
- Pros: Full control of your data and hosting; no dependency on external cloud providers.
- Cons: Still limited to 100MB per request if routed through Cloudflare (browser → endpoint).
- Supports: Single Chapter Upload and Batch Upload (ZIP Mode), subject to Cloudflare’s 100MB proxy limit.
- Best for: Large-scale systems or private infrastructures requiring high security.
Fallback Tool: Init Local Uploader can be used as a fallback option whenever the main Init Uploader endpoint is temporarily offline or unresponsive.
4. Server ZIP Ingest – Direct Server-Side Import
Introduced in Init Manga v1.7.2, this feature allows administrators to import entire manga chapters directly from .zip files located on the server. The system reads and extracts content directly from wp-content/uploads/init-manga-ingest/{manga_id}/incoming/, completely bypassing Cloudflare’s upload limits.
- Pros: No size limit, extremely fast, capable of importing hundreds of chapters in one process.
- Cons: Requires server or FTP access (admin only).
- Best for: Administrators who need to import large volumes of chapters quickly and securely.
Key Features:
- Automatically scans and lists ZIP files with size and timestamp details.
- Real-time progress bar with detailed per-chapter logs (✔ and ✖ indicators).
- Logs persist after completion and reset only when rescanning or processing new files.
- Inline “Create now” button to generate the ingest folder with correct write permissions.
- Automatically reloads the chapter list after a successful import.
Comparison Table
| Method | Storage Location | Speed | Limit | Best For |
|---|---|---|---|---|
| Local Upload | Server (wp-content) | ★★★☆☆ | 100MB/request (Cloudflare) | Small or personal sites |
| Wasabi Upload | Wasabi S3 | ★★★★★ | 100MB/request (Cloudflare) | Medium to large publishing teams |
| Init Uploader | Self-hosted server (API) | ★★★★☆ | 100MB/request (Cloudflare) | Large systems, secure environments |
| Server ZIP Ingest | Internal server | ★★★★☆ | No Cloudflare limit | Admins, bulk import operations |
Conclusion
Init Manga delivers the most flexible upload ecosystem ever built for WordPress-based manga platforms. Whether you prefer simple local uploads or advanced server-side imports, every method is optimized for performance, reliability, and scalability.
Combined with official tools like Wasabi Direct Uploader and Init Local Uploader, you can fully control and deploy your manga storage infrastructure — efficiently, safely, and without limits.
Comments