How to attach files and upload the files to a folder on task creation itself.I want to create a fild input type="file" in Task creation Template
RecordBrowser doesn't support file fields. It would be better to use notes to attach files. But I know that it's not the same screen. You have to create a task, then attach a file in the note.
Is there any way to attach file on creation of task itself?Because each time we require to edit the task and attach the file.
Yes it is. Write your own expansion module. Add field with custom QFfield callback, that will create a file input and handle upload, then 1. add a note with this file or 2. handle storage and downloads by yourself.
Then how do we associate with appropriate tasks?For that we need to create task so that we will get the taskid to link up with
processing callback: added.