|
-
Aug 4th, 2004, 12:02 AM
#1
Thread Starter
Lively Member
Upload file
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.
-
Aug 4th, 2004, 05:07 AM
#2
Search my post in Database Forum and this forum, i have posted more then 1 example of uploading files without using any component.
As for component there are many,any will do the job. The most popular one is ASPUpload and Dundas.
[VBF RSS Feed]
There is a great war coming. Are you sure you are on the right side? Atleast I have chosen a side.
If I have been helpful, Please Rate my Post. Thanks.
This post was powered by : 
-
Aug 4th, 2004, 06:25 PM
#3
Thread Starter
Lively Member
Thanks!
-
Aug 4th, 2004, 06:30 PM
#4
Thread Starter
Lively Member
COM VS ASP
just for my curioisity.. wats the difference between using a 3rd party component and pure asp codes to upload the file? (besides that you have to download the component to use it.)
-
Aug 4th, 2004, 06:56 PM
#5
Re: COM VS ASP
Originally posted by velvetskies
just for my curioisity.. wats the difference between using a 3rd party component and pure asp codes to upload the file? (besides that you have to download the component to use it.)
Some host does not let you install any COM, unless they already have it installed. If thats the case you would need to use pure code. Other then that there is not much of a difference.
So i take it you found my posts 
Hope i helped.
Danial
[VBF RSS Feed]
There is a great war coming. Are you sure you are on the right side? Atleast I have chosen a side.
If I have been helpful, Please Rate my Post. Thanks.
This post was powered by : 
-
Aug 4th, 2004, 07:01 PM
#6
Thread Starter
Lively Member
Re: Re: COM VS ASP
Originally posted by Danial
Some host does not let you install any COM, unless they already have it installed. If thats the case you would need to use pure code. Other then that there is not much of a difference.
ooO.. i see.
So i take it you found my posts 
Hope i helped.
yup, i found them.. you've certainly helped. thanks again!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|