Hi !
I have a couple of questions regarding file upload, since i am not able to have it working as i think it should be.
1. I added a file field, mainly inspired by the demo file. I'm able to upload one or multiple files, and they are showing in view or list. BUT, when i go in edit mode, the only option i have is "Reset" and no option to delete. Reset simply reset this field to empty. Is this normal ?
2. When i click the edit button to the right, or when i double click (i added the function ondblclick…. editGridRow), the opened form does not include file upload. Field is present in the form, but hidden. However, when i select the line and use the top edit button, the upload field is present.
3. I tried renaming the file name in on_insert function and the file remains the same and isn't renamed.. why ?
Thanks for your help !
Vincent