APEX 4.1 Saving a file attachment when record validation errors
Hello,
We have an application where the user can browse and save a file as an attachment as a blob in the database. The problem is as follows: on a new record, the user enters the data, browses and selects a file to attach, saves the record. If the validation fails for any reason, the file is lost, and the user has to browse to attach it again. Can the file be remembered? If not, how can I explain why the other fields are retained, but not the file?
Thank you, Kevin