How can I detect if a user submits an upload form without selecting a file?
A:
If the user submits a form that contains a file input element, but does not select a file, the Value property for the corresponding FormInput object will be blank. This property would normally contain the name and location of the selected file.
Here is a COM tutorial written for Active Server Programmers. This tutorial will increase your understanding of COM fundementals so that you can use other components to expand your Active Server page applicatons.[Read The Tutorial]