Module upload_file

Module upload_file 

Source

Structs§

EmailProcessingConfig
ProcessingConfig
UploadFile
UploadFileState
State keeping track of whats been generated from a file upload, to help with reverted changes on failure
UploadedFileData

Enums§

UploadFileError

Functions§

rollback_upload_file
Performs the process of rolling back a file upload based on the current upload state
safe_upload_file
Safely performs upload_file ensuring that on failure all resources are properly cleaned up
store_generated_files
Stores the provided queued file uploads as generated files in the database for a specific file, returns the generated file database entries
upload_file