murar8 / axum_typed_multipart

Type safe multipart/form-data handling for axum.
84 stars 14 forks source link

Help: How to get file size? #73

Closed krishnaTORQUE closed 4 months ago

krishnaTORQUE commented 5 months ago

Help: How to get file size? Thanks

murar8 commented 4 months ago

Hi, could I see a code example for better context? I assume you are using tempfile::NamedTempFile?

krishnaTORQUE commented 4 months ago

I got the file size. Thanks for the response