Thank you for the information. I am using the add_filter( ‘as3cf_pre_upload_attachment’, array( $this, ‘pre_upload_attachment’ ), 10, 3 ); on offload tweaks to change image sizes before upload. But Offload seems to upload and delete the file faster than the script can run or something. Is there some way to delay the upload or delay the deletion process?