Attachments Control
Posted: February 8th, 2022, 5:01 pm
Using the X on the attachments does not delete the file from the folder.
And if we try to re-attach the same file it does not show the file name on the form because it's already present in the folder.
Can we make the control such that it gives some control over the attachments to the developer?
Currently, the developer has no information over what files were added to the folder.
Some use cases for this could be -
- Suppose a user attached some files and saved the form and came back to the form later, the same control could be used to display all attachments related to that request form.
- Attachments names won't get cleared from the UI after a refresh.
- Re-attaching same file could cause issue, we can have a flag for such cases where the developer can set it to "replace" or "make copy" of same files attached.
And if we try to re-attach the same file it does not show the file name on the form because it's already present in the folder.
Can we make the control such that it gives some control over the attachments to the developer?
Currently, the developer has no information over what files were added to the folder.
Some use cases for this could be -
- Suppose a user attached some files and saved the form and came back to the form later, the same control could be used to display all attachments related to that request form.
- Attachments names won't get cleared from the UI after a refresh.
- Re-attaching same file could cause issue, we can have a flag for such cases where the developer can set it to "replace" or "make copy" of same files attached.