Using a from, I want to create a CPT record - this is fine.
I also want to upload files - But I don't want the files to be included in the CPT record, or added to WP media
Have added the generic fields in the form ok. cred_form_validate has access to the files - but I'm thinking it's going to easier to add the fields to the CPT and then delete the files from media.
What is the best way to delete the files from WP media after upload is complete in cred_save_data?