Requirements:
- On a web page in our web application, we have a requirement to upload a file. The file is most likely to be a pdf (pdf file has form fields filled in by users), or scanned jpeg/tiff/gif files in zipped format where user has scanned the form.
- The size of the file is likely to be be 3-7Mb.
- The file will be stored in as BLOD in the Oracle Database
System Information:
- Windows Server 2003
- IIS 6.0
- ASP.Net/C# 3.5 with Ajax Control Toolkit
Questions:
- Is there an AJAX control readily available to handle file upload of this type. The control being AJAX is preferred, but a non-AJAX would do.
- Are there any .Net components available for checking file validity. Our check will be mainly for pdf. Optionally we may want to allow jpeg/tiff/gif/png - any components to check these file types?
- From the security perspective, are there any Anti-Virus components that can be invoked from .Net code to check the file for virus?
Anyone worked on a similar functionality can please share their experience?
Thanks in advance
-Moiz