i have an asp fileupload control, i want to know,,is it possible to get the filesize the moment i browse a file
Share
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.
It is possible through Active X in Explorer only but for that also it requires Active X on from the browser setting, so it can only be used if you are sure that each and every user will use IE and that settings will be on.
In other case you can always check the size on server, but drawback of that method is that you have already uploaded the file.