I'm putting two questions in this "Question"...
1) First of all, I have a <input type="file" name="file[]" multiple="multiple" />
, Now I can select as many images as I want, but I need to limit this number to 10 maximally. How would I do this?
2) What would my upload.php file look like to handle multiple uploaded images? I never had the chance to work on anything more than single image uploading, but now I'm stuck at this and I need this. I'm quite confused...
Help please?