PDA

View Full Version : File size in dotnet


akshatha306
07-26-2006, 11:24 AM
hi all,

i have an issue here... My aspx page has FileUpload control where i can browse for any of the files in my system and include it..

how do i get the size of the file included, from an aspx.cs file

Somebody can help me???

Brandoe85
07-27-2006, 02:45 AM
With ContentLength:
http://www.codeproject.com/aspnet/fileupload.asp

Good luck;