|
The UploadBox and UploadProgress controls can be used together to provide file upload functionalities with feedback. The feedback text is also customizable.
Upload Box with Upload Progress
Upload Box
Upload Box transfers the files to the target location from the local machine. The control includes Browse and Upload buttons to enable users to specify the file to be uploaded and initiate the upload.
Upload Box
Multiple File Upload
Multiple files can be uploaded using multiple Upload Box controls.
Upload Multiple Files
Filters
Filters can be applied for the types of files that can be uploaded. The limits for the allowed file-size can also be defined. Transfer of files that do not come under these limits would fail.
Target Location
The 'target location' must be specified to upload the folder on the server. If you fail to provide the target location the files will be automatically uploaded to the *App folder for which, proper write access permission must be provided.
Upload Options
UploadBox automatically handles filename collision based on properties specified. UploadBox supports saving the uploaded file content to a stream or disk.
Upload Progress
The Upload Progress control provides status information during the upload process. Upload Progress can be displayed by default within a page or in a pop-up window. When shown in a pop-up window, it can be specified to close automatically upon completion of file upload.
Styles
CSS Styles can be applied to enhance the appearance of the Upload Box and Upload Progress controls.
|