You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Quick question: Is it not possible to compute the file size on the server side? For example (Node.js), if you save the file on the disk, you can use fs.stat to find the file size. If you want the size before saving it, you can even use the Buffer length to compute the number of bytes (https://stackoverflow.com/a/46637826/1656944). What language are you using, perhaps I can point to the right docs?
v1
file size different from content length.
i need how much space it will fill up on your computer. not content length.
Content size and file size are different.
MaxFileSize function check with content length.
The text was updated successfully, but these errors were encountered: