Hello,
I'm trying to use 'inline edit' for upload pictures for selected books (e-commerce application) on the List Page.
I must do some calculations on uploaded images so I need the index name of $_FILES[] table containing uploaded file:
database column name is like 'Picture' but control name depends on the row position on the List Page table and is like 'value_Picture_6'.
I'm using 'BeforeEdit' event to do computing but the bigest problem for me is to guess the proper $_FILES[] index name.
Could you give some suggestions or article link?
Best Regards,
Jacek