Docs / Waziper

File Security and Uploads

Configure safe uploads and storage.

Estimated reading: 1 minutes

File Security and Uploads

Recommended policy

  • Allow only file types required by your business.
  • Keep executable file types disabled.
  • Use size limits that match your server capacity.
  • Use S3-compatible storage for larger production systems.

Security notes

  • Do not allow PHP, JS, shell scripts, or disguised executable files as public uploads.
  • If users report upload errors, verify both Waziper file settings and PHP upload limits.