#Help with TypeError (Checking size of Files)
1 messages · Page 1 of 1 (latest)
You'll need to get the size of the BytesIO object. Path's stat function is for files on disk not files in memory. Your file is in memory (a variable) as a BytesIO object
any idea about how to do that?
I'm not in front of a computer rn so can't check
no problems, thanks!