Right now we download the file anyway, and if it's too big we discard it because size checking is done in b.addAttachmentProcess.
That's not wrong, that's not a bug. It's just not very efficient to download a big file if we're not gonna use it anyway.
Right now we download the file anyway, and if it's too big we discard it because size checking is done in
b.addAttachmentProcess.That's not wrong, that's not a bug. It's just not very efficient to download a big file if we're not gonna use it anyway.