the size of file in fileupload
SharePoint
2
Posts
2
Posters
0
Views
1
Watching
-
Hi i have a fileupload control in my webpart, 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 my webpart, 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