I'm developing LWC component which allows user to select files, and then passes data (base64) to parent component. I wonder which solution will be more efficient and optimal: pass all data (might be megabytes) in one event, or pass every file in separate event?
Please share your opinions and experience.