Filter logged users
I'm working on a site where the idea is that the user can upload files to a database.
I have been using Data Assist and create insert, update, and search results pages. I have also created administrative pages from Security Assist. I added a hidden field on insert and update pages. This is to add the parameter in the database for the user who is logged in, picked from the Security Assist UserID field which is a session variable. So far it works well.
Now I want the search and results page to filter the user who is logged on. I want only the files the user has uploaded to be available.
I also wonders if it helps to add some dynamic information in the upload file. But this I do not understand much about.
Attached is insert, update, and search results pages.


