RFileUpload is an user-friendly control for file uploading from web browsers to the Asp.net application on the server. It simplifies the process and reduces the code needed for standard file uploading.

With RFileUpload, the amount of code required for standard file uploading is significantly reduced, making it a highly efficient control. Additionally, this control allows users to create different types of files listing, either by extension (such as *.swf, *.jpg, and *.mpg) or by types (such as Image or Video).
This control offers various functionalities that give users greater control over the uploading process. For instance, it allows users to control the type of files uploaded, as well as the size (width and height) of uploading images. Users can also control the maximum size of the files that can be uploaded.
Furthermore, RFileUpload allows for naming the uploaded file or generating a unique name automatically. This feature is especially useful when dealing with large volumes of uploaded files.
Finally, this control provides the flexibility of uploading files to either the FileSystem or SQL table, based on the user's preference. All of these features make RFileUpload an indispensable tool for any user looking for a reliable file uploading control.
Version 2.1.4.5: N/A
Version 2.1.4.4: N/A