Is this possible through flash?
I have to create a flash uploader where you can define the maximum number of files that can be selected.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No, this is not possible. If you allow multiple select in a file upload dialog you cannot control the number of files selected. The best you can do is warn the user ahead of time that only a limited number of files will be used, then prompt the user afterwards if they select too many, perhaps giving them the opportunity select which files they want to upload with a checkbox list.