Hi,

I'm new to asp, so pardon me.

I'm trying to do a website that allows users to upload their files (images or .doc). I've read some threads on this and they have the following this line of code:

Set Upload = Server.CreateObject("_____")

For what i've understood, the "_____" refers to the type of component. am i right?
do i really need this upload component to upload files?
are there any alternatives to do without it?
if i must have it, how do i determine which type of component that i should be using? i.e. what should i fill in the "_____"

Any help will be appreciated. Thanks in advance.


Confused.