I am uploading some files to server in order to extract some information .After my task is done, I want remove those files when I am trying to upload another file the previously loaded files are still stored .I came to know that these files are stored in database folder of web2py.Is there any way to remove the uploaded files are they stored in ..../web2py/applications/tlc2/databases? or I have to remove them manually from this folder.
--

