forked from HPR/hpr_documentation
		
	2024-12-22_17-54-02Z_Sunday
This commit is contained in:
		| @@ -88,12 +88,11 @@ sequenceDiagram | ||||
|     alt If check fails | ||||
|       HPR->>HPR: Log Error | ||||
|       HPR->>Host: 412 ${error_code} | ||||
|     else All checks passed | ||||
|       HPR-->>email: email upload url | ||||
|       email-->>Host: email upload url | ||||
|     end | ||||
|   end | ||||
|   HPR->>DB: Set status to REQUEST_EMAIL_SENT | ||||
|   HPR-->>email: email upload url | ||||
|   email-->>Host: email upload url | ||||
|   HPR->>Host: Thank You page | ||||
| ``` | ||||
| > If an error occurs one of the following error codes will be returned. | ||||
| @@ -194,12 +193,11 @@ sequenceDiagram | ||||
|     alt If check fails | ||||
|       HPR->>HPR: Log Error | ||||
|       HPR->>host: 412 ${error_code} | ||||
|     else All checks passed | ||||
|       HPR-->>HPR: Save files | ||||
|       HPR-->>email: Upload Confirmation | ||||
|       email-->>host: Upload Confirmation | ||||
|     end | ||||
| end | ||||
|   end | ||||
|   HPR-->>Disk: Save files | ||||
|   HPR->>DB: Set status to SHOW_SUBMITTED | ||||
|   HPR-->>email: Upload Confirmation | ||||
|   email-->>host: Upload Confirmation | ||||
| ``` | ||||
|  | ||||
| ### Possible upload_confirm.php errors | ||||
|   | ||||
		Reference in New Issue
	
	Block a user