Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix file extension validation to use original filename
The file extension validation was checking the temporary file path which doesn't have an extension. This fix changes it to check the original filename's extension instead, allowing proper validation of uploaded files.
- Loading branch information