The Protected Import-Chunks Folder Estimated reading: 4 minutes 2 views Contributors Summary: Learn how the protected import-chunks folder supports secure, reliable large ZIP imports in Antimanual Builder Pro. This temporary storage area helps chunk files safely, reduces timeout risk, protects incomplete data, and cleans up automatically after import jobs finish on the server. The protected import-chunks folder is a temporary storage area used during large ZIP project imports in Antimanual Builder Pro. It helps the plugin process files in smaller parts, assemble them safely, and then remove the temporary data after the import completes. This design improves reliability, protects in-progress uploads, and keeps imported files separate from normal site content. What the Protected Import-Chunks Folder Does When you upload a large project, Antimanual Builder Pro does not process the entire archive in a single request. Instead, it breaks the upload into chunks and stores those parts in a protected temporary folder. The system then reassembles the data on the server before continuing with the import workflow. This approach reduces timeout risk, supports slower hosting environments, and makes large imports more stable. It also prevents incomplete upload data from being exposed as normal site content while the import is still in progress. Stores upload fragments temporarily during large imports Protects incomplete data from direct access Helps the server handle large archives more reliably Removes temporary chunks after the job finishes Why Chunked Storage Is Used Chunked storage is important because large uploads can fail when a server must process everything at once. A single request may exceed PHP limits, use too much memory, or time out before the job is complete. By splitting the archive into smaller units, the plugin can upload and assemble content more safely. The protected folder also keeps the workflow isolated. Imported assets are later moved into the main Antimanual Builder uploads directory, while the temporary chunk data is cleared out. This separation makes the import process easier to manage and reduces the chance of accidental exposure. Where It Fits in the Import Workflow The protected import-chunks folder is part of the larger ZIP import pipeline. During the process, files are uploaded in smaller parts, assembled in the temporary location, and then handled by background import jobs. In some cases, per-page previews are generated while the import continues, allowing you to monitor progress. After processing, the plugin places generated and imported files into organized folders under the WordPress uploads directory. The temporary chunk data is then removed. Upload archive in chunks Assemble temporary files in the protected folder Process the import through background tasks Move finalized assets into the Antimanual Builder uploads folder Remove temporary data after completion Security and Access Controls The protected folder is intentionally restricted so it is not treated like ordinary site media. This helps safeguard partial import data while the system rebuilds the page or project structure. The import system is also designed with access controls, so only authorized users can start or manage import jobs. In addition, imported markup is sanitized during save and render operations. That means the plugin is built to work within a controlled environment rather than exposing arbitrary code execution features. The temporary chunk folder supports that safety model by keeping upload fragments isolated until they are ready for processing. What Site Administrators Should Know You usually do not need to manage the protected import-chunks folder manually. It is created and cleaned up by the plugin during the import process. However, understanding its role can help when troubleshooting large imports, monitoring upload behavior, or reviewing where files are stored. If an import is interrupted, the folder may temporarily retain partial data until the system finishes cleanup. In normal operation, this is handled automatically. If you are investigating a failed import, check the workflow first rather than moving or deleting files directly. Do not use the folder for regular media uploads Let the plugin manage cleanup automatically Use it as a sign that chunked import processing is active Treat it as temporary infrastructure, not permanent storage Related Storage Locations The protected import-chunks folder is only one part of Antimanual Builder Pro’s storage structure. Final imported assets are stored separately under the plugin’s uploads folder in the WordPress uploads directory. This arrangement keeps project files organized and makes the import process easier to understand and support. For a broader view of how imports are processed and stored, see the documentation for generated assets and large import handling. Summary The protected import-chunks folder is a temporary, restricted location used to support reliable large imports in Antimanual Builder Pro. It helps the plugin process files in stages, reduce server strain, protect in-progress data, and clean up after the job is done. For administrators, it is a behind-the-scenes mechanism that supports safer and more dependable imports. The Protected Import-Chunks Folder - PreviousChunked Upload StorageNext - The Protected Import-Chunks FolderSecurity and Data Handling