Click to See Complete Forum and Search --> : FileUploaded.PostedFile never returning null


mcmcom
February 16th, 2005, 01:47 PM
This line of code:

if (filUpload.PostedFile != null)


is supposed to evaluate if a file name is in a text field. If its not the PostedFile should read null. I traced it and the value for FileName is "", why is it not
evaluating? Any ideas?

thanks
mcm