|
 |
asp_components thread: uploading files to the server
Message #1 by "zeeshan hayat azeemi" <zeeshanhayat@y...> on Mon, 20 Aug 2001 14:10:54
|
|
i am designing a web site through which i which the users will be able to
upload files to the server from their clients. can any one help me with
that
Message #2 by "Ilkka Salminen" <ilkka@t...> on Mon, 20 Aug 2001 14:49:09 +0100
|
|
Your request is maybe a little bit too general imho.
best of luck with your project!
----- Original Message -----
From: "zeeshan hayat azeemi" <zeeshanhayat@y...>
To: "ASP components" <asp_components@p...>
Sent: Monday, August 20, 2001 2:10 PM
Subject: [asp_components] uploading files to the server
> i am designing a web site through which i which the users will be able to
> upload files to the server from their clients. can any one help me with
> that
Message #3 by "Gerhard Wentink" <data@w...> on Mon, 20 Aug 2001 16:14:42 +0200
|
|
You're lucky I just ran into this article: http://vbwire.com/brief.asp?4527
Regards,
Gerhard Wentink
----- Original Message -----
From: "zeeshan hayat azeemi" <zeeshanhayat@y...>
To: "ASP components" <asp_components@p...>
Sent: Monday, August 20, 2001 2:10 PM
Subject: [asp_components] uploading files to the server
> i am designing a web site through which i which the users will be able to
> upload files to the server from their clients. can any one help me with
> that
Message #4 by "Balajewicz, Greg" <Greg.Balajewicz@A...> on Mon, 20 Aug 2001 09:13:48 -0500
|
|
This You can do this with just ASP.
Provide a form with one input box being of type filename (I think) and the
user can enter a file name there. Submitting to form 'attaches' the file.
Getting the file and saving it is a little tricky. Sorry but I do not
remember the datails but if you search the web you will find many examples.
There are also components you can buy which do just that.
Good luck!
Greg
> -----Original Message-----
> From: zeeshan hayat azeemi [mailto:zeeshanhayat@y...]
> Sent: Monday, August 20, 2001 10:11 AM
> To: ASP components
> Subject: [asp_components] uploading files to the server
>
>
> i am designing a web site through which i which the users
> will be able to
> upload files to the server from their clients. can any one
> help me with that
Message #5 by Robert Chartier <rchartierh@a...> on Mon, 20 Aug 2001 08:20:44 -0700
|
|
everything you need to know about file uploading
http://www.aspfree.com/devlinks/search.asp?catid=131
At 09:13 AM 8/20/2001 -0500, you wrote:
>This You can do this with just ASP.
>Provide a form with one input box being of type filename (I think) and the
>user can enter a file name there. Submitting to form 'attaches' the file.
>Getting the file and saving it is a little tricky. Sorry but I do not
>remember the datails but if you search the web you will find many examples.
>There are also components you can buy which do just that.
>Good luck!
>Greg
>
> > -----Original Message-----
> > From: zeeshan hayat azeemi [mailto:zeeshanhayat@y...]
> > Sent: Monday, August 20, 2001 10:11 AM
> > To: ASP components
> > Subject: [asp_components] uploading files to the server
> >
> >
> > i am designing a web site through which i which the users
> > will be able to
> > upload files to the server from their clients. can any one
> > help me with that
>
>---
Robert Chartier
Author and Developer
xxx-xxx-xxxx
rob@a...
http://www.aspfree.com/devlinks
http://www.aspfree.com/authors/robert
http://www.aspalliance.com/nothingmn
|
|
 |