Can anybody help me with a simple file uploading and retrieving idea?
What I need is a simple system that uploads the files to be stored in a SQL database which are then shown on the front end in a datagrid, with this datagrid there needs to be a view button where the user can view the file when they return to the page.
I tried playing with the OpenFileDialog class but to no avail.
Any help will be much appreciated thanks :)
What I need is a simple system that uploads the files to be stored in a SQL database which are then shown on the front end in a datagrid, with this datagrid there needs to be a view button where the user can view the file when they return to the page.
I tried playing with the OpenFileDialog class but to no avail.
Any help will be much appreciated thanks :)
Comment