|
|
Class
|
Description
|
|
DNUpFilesBE
|
This class provides methods and properties to process a file upload sent by the client.
It caches the uploaded files, creates the
Files
collection object and creates the
Form
collection object.
|
|
DNFileBE
|
This class represents a single
file in the collection of files acessed by the
Files
property of the DNUpFilesBE object.
|
|
DNCollectionBE
|
This class represents the collection of Name/Value pairs acessed by the
DBSchema property of the DNFileBE object.
|
|
DNFileCollectionBE
|
This class represents the collection of files acessed by the
Files
property of the DNUpFilesBE object.
|
|
DNFormElementCollectionBE
|
This class represents the collection of Form elements as sent by the client. It represents the
Form
property of the DNUpFilesBE object.
|
|
DNFormElementBE
|
This class represents a single form element in the collection of elements accessed by the
Form
property of the DNUpFilesBE object.
|
|
DNUpFilesProgressBE
|
This class provides methods and properties to calculate the
progress
of an upload. |
|
DNUpFilesAJAXProgressBE
|
This AJAX-based WebCotrol class provides methods and properties to calculate and display the
progress
of an upload using the AJAX asynchronous Client/Server communication technology. |