Hi all!
1> I want to maintain a repository of scanned documents. I will have a frontend screen through which I can handle the repository, i.e. uploading or downloading the document. Please suggest how to handle.
2> I also require a log with the changes for the particular file, i.e. when the file has been changes and who changed it so that I can generate a log later. I can maintain a log table for that also.
Please help.