The extention is basically designed to overcome the validation regarding the file size and formats like text, image, Excel or PDF etc.
Using this extention an user can easily validate the size and formats rather making code validation.
This results in high performance and scalelibility with the code.
In order to use this extention follow this steps-
1. Size - Pass estimated size in integer value2. Format - Pass file format with comma seprated or single like (png,jpg,xlsx,pdf)3. SizeFormat - Pass size format like (KB, MB or GB)4. FileData - Pass file content.5. FileName - Pass file Name
In new version user can provide their error message. and also handel run time error.