I started working with multiple images uploading. You open the select file window and you select files while holding CTRL to select multiple files. I got everything to work except a part:
I cannot limit the file size for one image! I cannot figure out how to grab one of the images and compare it with my desired file size (10 MB), if the file size is bigger than 10 MB the user should receive an error, if it's lesser than 10 MB, then continue..
How would I do this? It's quite different with multiple files, not the same as with one file.