473,399 Members | 3,302 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,399 software developers and data experts.

File upload/download

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.
Jun 27 '08 #1
2 1467
Mangler <we*******@repairresource.comwrote:
>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.

--
Tim Slattery
MS MVP(Shell/User)
Sl********@bls.gov
http://members.cox.net/slatteryt
Jun 27 '08 #2
Tim Slattery wrote on 21 mei 2008 in
microsoft.public.inetserver.asp.general:
Mangler <we*******@repairresource.comwrote:
>>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.
Or make it downloadable as a stream.

--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
Jun 27 '08 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

18
by: Jen | last post by:
I'm using Microsoft's own VB.NET FTP Example: http://support.microsoft.com/default.aspx?scid=kb;en-us;832679 I can get the program to create directories, change directories, etc., but I can't...
1
by: theburnetts | last post by:
I am building an ASP.NET application that has a requirement that the user should be able to download all of the data that they have input into the system and save it to a file on their local PC. ...
4
by: Jonny | last post by:
Hello Group How do I open a Save File Dialog from an ASPX page behind a browse button? Any help would be fantastic!! I am using ASP.NET 1.1 using VB.NET as the coding language TIA
4
by: Vlad | last post by:
I am having problems using the file.create method within a function that is called when looping through an array of filepaths. If I call my function with a hardcoded file path --C:\Temp.txt the...
1
KevinADC
by: KevinADC | last post by:
Note: You may skip to the end of the article if all you want is the perl code. Introduction Many websites have a form or a link you can use to download a file. You click a form button or click...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.