Nate1
11-02-2007, 07:50 PM
If I use something like this
if filUpload.PostedFile.ContentLength < 100000 Then
to restrict the size of an Uploaded File being uploaded, will it just check the files attributes and not let it happen or copy the file into server memory(RAM) and then calculate the file size without saving to the HDD?
if filUpload.PostedFile.ContentLength < 100000 Then
to restrict the size of an Uploaded File being uploaded, will it just check the files attributes and not let it happen or copy the file into server memory(RAM) and then calculate the file size without saving to the HDD?