Please select a preferable view type
TableView - one of four predefined GUI types. This GUI type represents files list as a table with six predefined columns (Name, Size, Type, Status, Creation Date, Modification Date) and ten custom columns. The cells of custom column may act as a simple edit box, as a radio or as a checkbox. Supports images resizing on the client's side.
ListView - one of four predefined GUI types. This GUI type represents files queue as a scrollable list. It was created to cover cases when displaying detailed file information doesn't require. A progress bar for each file is displayed over the list row. Supports images resizing on the client's side.
ShortView - one of four predefined GUI types. It has minimized GUI and there is no the files list. There are cases when uploading multiple files is not nessasery and developer want to display a rich progress bar for one uploading file. The ShortView is a best way to accomplish such tasks. Supports images resizing on the client's side.
ImageView - one of four predefined GUI types. The most handy way to upload multiple images. The images list is presented as a table of thumbnails. It allows to define a various thumbnails size. Supports images resizing on the client's side.