I know that in pluploadQueue i can limit file size like this setting "max_file_size : '2mb'". But want to upload different types of files, like images and videos. And i want to check a different file size for each type, is it possible? Maybe in an event before upload i can get that information and alert and stop the upload?
Thx in advanced, Miguel