THX1138
Posts: 37
|
| Posted: 12/03/2008, 11:43 PM |
|
Hi all,
Does anyone have any pointers how to use the multiple file upload example from CCS-example pack2 within an editable grid. I have succesfully copied across the code from
the example and got it to work fine with the grid /record and popup window.
I would like to do everything from an editable grid used for record insert and file upload at the same time, but have become perplexed by the removal of the field_id parameter.
In summary:
two tables: files ( as per example ) and requests ( simple table : record_id (pk), subject, person, phonenumber)
objective:
open editable grid and input fields : ( record_id ), subject, person_name and then multi file upload, where file_upload_id matches record_id
Is this even possible, or do i have to create(insert) the record first in a separate page before
jumping to multi file upload ?
tia,
*baffled* - the standard state of mind when i look at ccs example packs
|
 |
 |
|