Glossary Item Box
AspLib component library has embedded media gallery for working with files on server(uploading, deleting and selecting).
Use GalleryBox or Editor controls to get access to it.
It is possible to set up a gallery for showing of only needed files in the properties of these controls, for example of only the pictures.

Gallery view during showing of these files:

Common window view
Common window view
Width, hight and other parameters of selected object can be edited in properties editing window.
After pressing an OK button gallery window will be closed and the path to the selected file will be sent to the control which called it. For example to the GalleryBox or Editor.
On the Upload tab there are situated elements of entering file path for uploading to the server.
Press Browse button and select file then press Upload. File will be loaded to server if its extension is found in list of extensions allowed to upload and if the file size would be smaller or equal to the maximum.
Upload tab view:
| See Also |
Controls: GalleryBox | Editor | How to work with gallery
Client-side API: GalleryBox client side API
Overview: Overview
Deployment: Security settings
HowTo: How to create custom gallery