data/upload_result library
Classes
- UploadFailed
- The upload did not happen: a refusal (422 too large/wrong type, 403 not resolvable/writable/disabled), a transport failure, or a host transport that has not implemented FilamentUploadTransport. message is the user-facing reason when one is known.
- UploadResult
- The outcome of uploading a file for a single-file upload field.
- UploadSuccess
- The upload succeeded. path is the stored path the server returned — what the field's value becomes, and what the ordinary write path then saves as a plain string.