I have a custom file type set to mandatory inheriting from the fileupload field type. I have done this with many fieldtypes and the mandatory setting on them is working as intended. However there is a specific issue I am getting with the file upload one
The problem lies in the fact that after I upload a file (which correctly marked as mandatory on the pre-record creation), if I navigate back to the record although it keeps tab of the file it will expect me to upload a file again in order to submit the record. I would have expected it to allow me to proceed. I've tried to get around this by doing my own validation but it requires some really nasty hacks.
Mandatory file uploads seem slightly broken.
Hey guys,
I have a custom file type set to mandatory inheriting from the fileupload field type. I have done this with many fieldtypes and the mandatory setting on them is working as intended. However there is a specific issue I am getting with the file upload one
The problem lies in the fact that after I upload a file (which correctly marked as mandatory on the pre-record creation), if I navigate back to the record although it keeps tab of the file it will expect me to upload a file again in order to submit the record. I would have expected it to allow me to proceed. I've tried to get around this by doing my own validation but it requires some really nasty hacks.
Could anyone recommend anything?
is working on a reply...