Hi everyone.
I need some advice on this situation. I am trying to implement a feature in my web application to allow users to upload files. This is the flow that I'm thinking about:
1. User browses to file and click upload button.
2. File is saved to the web server.
3. File is scanned on the web server.
4. Upon successfull scan, file is inserted into database and removed from web server.
Is this a logical approach? I'm not sure how to automate the scanning and insertion of the file.
Can anyone point me in the right direction?
Thanks in advance,
Shane
...
Go to the complete details ...