File upload/download

M

Mangler

Does anyone know of anything that will allow uploads to a server then
show the URL of the file so the user can send and email to someone so
it can be downloaded? I looked at huge asp upload and couldnt tell if
it would show the url to the user. It has an email option but i
cannot see if it does what i want it to do and i dont see anywhere on
the site to find out.
 
T

Tim Slattery

Mangler said:
Does anyone know of anything that will allow uploads to a server then
show the URL of the file so the user can send and email to someone so
it can be downloaded?

Once the file is uploaded your ASP code has to decide what to do with
it. In your case you want to store it someplace where the server can
access it, then tell the user where you've put it. I doubt that
anything exists will do this entire task for you. But you've found a
function that handles uploaded files, so all you have to do it take
the file it uploads and put it into a directory (I assume) where it
will be accessible.
 
E

Evertjan.

Tim Slattery wrote on 21 mei 2008 in
microsoft.public.inetserver.asp.general:
Once the file is uploaded your ASP code has to decide what to do with
it. In your case you want to store it someplace where the server can
access it, then tell the user where you've put it. I doubt that
anything exists will do this entire task for you. But you've found a
function that handles uploaded files, so all you have to do it take
the file it uploads and put it into a directory (I assume) where it
will be accessible.

Or make it downloadable as a stream.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top