I'm a newbie with these Telerik controls. So, I am not sure where to begin.
Here is the requirements of the page I am trying to build
1. There is section on the page that prompts the user if they want to "attach" any files to this request. A request is a single row in the Request database.
2. So, I was plan on allowing the user to navigate and identify various files that they want to attach to this request. For each file that they identify, a row is created in table on the screen that contains the path and file name.
3. When the user submits the request (as in save the request to the database), then I would like to create a ZIP file for all those files listed in the table. Once the ZIP file is created, then I would like to save that ZIP into the database as a CLOB.
So, which Telerik controls should I use?
Here is the requirements of the page I am trying to build
1. There is section on the page that prompts the user if they want to "attach" any files to this request. A request is a single row in the Request database.
2. So, I was plan on allowing the user to navigate and identify various files that they want to attach to this request. For each file that they identify, a row is created in table on the screen that contains the path and file name.
3. When the user submits the request (as in save the request to the database), then I would like to create a ZIP file for all those files listed in the table. Once the ZIP file is created, then I would like to save that ZIP into the database as a CLOB.
So, which Telerik controls should I use?