-
Notifications
You must be signed in to change notification settings - Fork 193
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
File size is 0 for quicktime files #183
Comments
I'm seeing the same thing for .wav and .aiff files. .aac, .m4v, .mp3, all work though. |
Same for Excel files! Any solution? or any other way to fetch the size? |
My solution was to fetch the filesize client-side and pass it over in the request body instead of server-side. Not sure that works for everyone, but resolved the issue for me perfectly. The Javascript File interface offers a size property. |
I just had the same problem and fixed this in #204 |
when uploading a .mov file to multer-s3, it returns a file obj that has 0 for its fileSize property
The text was updated successfully, but these errors were encountered: