I am not sure if I should post here or in Upload!
I have a requirement to attach files to entries in a grid. A user can add rows to the grid and in some cases may wish to attach files for upload. At the moment I have a grid on the form followed by the upload control. The user adds all the rows and then uploads files. If the grids row count is > 0 then the upload is visible.
The difficulty here is that I have no way to identify which files relate to each row in the grid.
Ideally I would like to have a button in the grid that will show an upload control allowing me to upload files for the current grid row attaching an id value to the uploaded file. After upload I will show a list of uploaded files in a grid column and hide the upload control.
Is this possible and if so how? Then could the user remove uploaded files?
Is there a better way of achieving this?
Thanks in advance,
Declan
I have a requirement to attach files to entries in a grid. A user can add rows to the grid and in some cases may wish to attach files for upload. At the moment I have a grid on the form followed by the upload control. The user adds all the rows and then uploads files. If the grids row count is > 0 then the upload is visible.
The difficulty here is that I have no way to identify which files relate to each row in the grid.
Ideally I would like to have a button in the grid that will show an upload control allowing me to upload files for the current grid row attaching an id value to the uploaded file. After upload I will show a list of uploaded files in a grid column and hide the upload control.
Is this possible and if so how? Then could the user remove uploaded files?
Is there a better way of achieving this?
Thanks in advance,
Declan