Short description

This module is desined to upload the next types of files to local or remore Amazon S3 storage:

1 Pictures Pictures
2 Audio files Audio files
3 Video files Video files
4 Text files Text files
5 Word files Word files
6 Excel files Excel files
7 PDF files PDF files
8 Application files  Application files
9 Other files Other files

Uploaded files can be linked with some application models. And files can be included to their albums. For all this, there are already prepared migrations to create all the necessary tables (for files, for linking files with their owners).

For example: You have a blog with posts. Each post has an avatar picture and image album. Image album contains some image files.

Appearance of the upload manager with pictures for the html :

Upload manager of multi format uploader with pictures

Appearance of the upload manager with audio:

Download manager with audio for multiformat uploader

Appearance of the file manager with pictures to choose and insert file data (ID or filename) it to the html form field:

File manager of the multi format uploader with pictures

Appearance of the file manager with audio to choose and insert file data (ID or filename) it to the html form field:

File manager with audio for multiformat uploader

To choose and insert file data (ID or filename) it to the html form field, there is a special widget FileSetter. In the display in the browser it looks like this:

File setter for the html field

Documentation on GitHub