Avoid files being written to disk twice due to validation
Description
File uploads are handled in the validate method of the file formtool. If ft:validateFormObjects is run followed by ftrocessFormObjects the file will be written to disk twice. The file formtool needs special handling to modify the form after a successful upload so that the upload is not processed a second time.
File uploads are handled in the validate method of the file formtool. If ft:validateFormObjects is run followed by ftrocessFormObjects the file will be written to disk twice. The file formtool needs special handling to modify the form after a successful upload so that the upload is not processed a second time.