I tested Your "file-upload.php" example from "demos" and I can upload file only in "add" mode. If I try edit row, I can't upload and I can't delete uploaded files? Why this?
In my own simple code, with a simple grid (no INNER JOIN) I have the same problem but extending the grid with "bulk edit", I can delete and upload file from edit mode.
What I'm doing wrong ?
Thank you in advance….
In edit dialog, can you confirm me steps.
1) edit row and edit dialog opens
2) click delete button beside uploaded file name
3) upload new file
4) submit
This would remove the old and upload the new. This does not remove from file system.
For that you need to connect on_update event handler and unlink the old file (as in demo code).
Step 2 failed! I don't see delete button so I can't remove file.
Step 1: edit dialog show only with bulk edit. Can I block inline editing?
I'm sorry. I make a mistake.
I would say that I can't delete uploaded file only with inline editing because there isn't a delete button. How I can show this button also in inline editing?