![]() |
Sergey Kornilov admin 11/9/2011 |
This behaviour us by design - you cannot pre-populate file upload field in the browser. You can only populate text boxes, dropdown boxes, check boxes etc. This means images/files won't be copied when you copy a record. |
M
|
MrDerp author 11/10/2011 |
Is there definitely no way around this? |
![]() |
Sergey Kornilov admin 11/10/2011 |
Sure, you can definitely do something like this. Check CopyOnLoad event documentation to see how you can find what record is being copied:
|
M
|
MrDerp author 11/10/2011 |
I have read the documentation but it is very vague. How exactly do I access the ID of the record I am copying from? |
![]() |
Sergey Kornilov admin 11/10/2011 |
Sorry, I don't understand what exactly is not clear. select field1, field2, field3, ... from tablename where ID=XXX
|