How can I resize image with a `.webp` extension? It is saving as `.jpg`.
I'm trying to resize an image with the
.webp
extension using FileUpload, but the file is being saved as .jpg
instead. Here's the code I'm using to handle the file upload and resizing. Can anyone point out what I might be doing wrong?
0 Replies