ASP.NET & MVC Upload Control
Product Details
The ASPxUploadControl allows you to introduce file upload functionality and UI to your web site with ease. Once you place this control onto a web page, end-users can specify a file to be uploaded by entering a path into the text box or by invoking the standard Open file dialog. Since multi-file upload is fully supported, the control can display several text boxes and corresponding Browse buttons.
Using the control's validation settings, you can apply various restrictions - limit file size, specify allowed file extensions, etc.
File upload operations can be initiated by clicking the built-in Upload button, by calling a specially designed client-side method or in response to a postback. While files are being uploaded, you are automatically notified of progress using the built-in Loading Progress Panel. There’s also a button allowing you to cancel the current upload operation. If necessary, you can substitute this built-in UI with custom controls.
Once a file has been uploaded, a server-side event is raised, providing you with all the information and API necessary to save the file on the server.
|