A no-hassle way to upload, organize and share documents through your Web site
AFIAN

Server side

1. Web server software (e.g. Apache, Microsoft IIS, etc.)

This software works in conjunction with a Web server with PHP support.

It doesn't matter what operating system, file system or HTTP server software your server has, as long as the server has support for PHP. Most do.

2. MySQL database

3. PHP 4.3.3 or higher (or PHP 5) with...

    I. Zend Optimizer (an amazing little tool that will speed up runtime performance in PHP by up to 40%).

    II. PHP settings (in the php.ini configuration file):

    • safe_mode = Off
    • open_base_dir = Off (recommended but not mandatory)
    • error_reporting = E_ALL & ~E_NOTICE

    III. PHP extensions:

    • MySQL
    • GD - for thumbnail viewing (not mandatory)
    • ZLIB - for zipping files (not mandatory)

Client side

To access and use Afian, people need the latest version of a Web browser with Javascript enabled.

For uploading very large files you will need Java support in your browser. Almost all people have.

Supports all modern browsers:

New: Enhanced file upload!

  • Upload >10GB (Unlimited!) files on a 2MB/upload limited server!
  • No timeouts!
  • Drag & drop uploading.
  • Upload entire folders at once.
  • Progress bar for uploading.