check size of file in fileupload
ASP.NET
3
Posts
3
Posters
0
Views
1
Watching
-
-
Hi i have a fileupload control in form, and now i want to check the size of file before upload it. i wrote this code but the value of fileSize = 0 all the time. what should i do. can anybody help me? int fileSize = fuSignature.PostedFile.ContentLength
-
Hi i have a fileupload control in form, and now i want to check the size of file before upload it. i wrote this code but the value of fileSize = 0 all the time. what should i do. can anybody help me? int fileSize = fuSignature.PostedFile.ContentLength