473,467 Members | 1,860 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

download/upload file to/from server

52 New Member
Hi!! I have to make a asp page, in which a user can upload his file to the server and download it when required...
can someone tell me how can i do it ??
i read the article at "How to upload whole files with ASP"
but couldn't understand it ......... specially the delimiter part..
is there an alternative ?
Mar 7 '09 #1
3 2079
grotgod
3 New Member
Hi aashishn86;

The quick answer is that ASP Classic does not have a native (built-in) component to upload or download files to the server.

To do this you have to use a third party component or write your own.

There are a number of companies that provide such software and if you do a Google search you will certainly find them.

Before you decide which one you would like to use though (bearing in mind that some are free and others are not), you should take a look at what components your hosting service has installed. (Assuming that the app you are building will eventually be published to the web.) It is generally a good idea to duplicate the services in the live environment on your development server.

Most of the third party components ship with fairly decent help files and manuals, so once you have downloaded and installed it, it's usually easy to get up and running.
Mar 7 '09 #2
aashishn86
52 New Member
okay, thank you........
i'll try and understand a script..or post back here
Mar 8 '09 #3
jhardman
3,406 Recognized Expert Specialist
@grotgod
grotgod,

The point of the "How to upload whole files with ASP" article (which I wrote) was to say that you didn't need a third-party component, it can be handled with just classic ASP. There is no hard set-in-stone limit to ASP's capability, you just need to write it yourself.

aashishn86,

The part about the delimiter in the article was just trying to explain how a user's browser sends form data to the server. It separates each form input (whether a text input or a select drop down, or file input or whatever) with a string of characters that appear arbitrary to me. The script I wrote in the article first figures out what that string is (because it's not always the same), then searches through all the submitted data for that string because each input starts with it. Does this make sense? Please let me know if there is anything else that was hard to understand.

Jared
Mar 9 '09 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

4
by: - - Pierre | last post by:
Hi all, I'm trying to come up with a script and I'm having a heck of a time... I require users to enter the size (in MB or KB) of the attachment they wish to transfer/upload. As they enter...
14
by: Aaron | last post by:
On my website I have a dynamic link(aspx) to this file 0AX120S.jpg(privacy protection). When a visitor clicks on the link I want them to see my_vacation_pic.jpg (fetch realname from database) is...
3
by: Gary O'Malley | last post by:
Everytime I download a file from the web I get a nice animated dialogue box that shows the size of the file, how much has been received and the approximate remaining time. It also gives the...
4
by: Jim Heavey | last post by:
Hello, I am following along with an example of how to do uploads and download from your application. The download seems to wok just fine, but the upload does not. Each time I attempt to upload,...
1
by: Daniel | last post by:
Hi, can u explain to me what is the path need to use in order to upload and download the file based on below solution: 1.Set up a folder that both the web app and SQL server can get to. 2.Do a...
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: abhanjee | last post by:
Hello, I am a newbie and am developing an application for work. I have figured out how to upload a file attachment to the SQL database and download the same file using C# and Visual Studio....
1
by: =?Utf-8?B?TGFtaXM=?= | last post by:
HI, I am doing an aspx application and need to let my users be able to edit the information in my database by the page. My first Idea was to let them export the information to an excel file at...
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...
2
dlite922
by: dlite922 | last post by:
I have an intranet LAMP server and I use PHP to upload files. It is of course faster to download the same file than to upload it. I understand ISPs throttle their network for download speed, than...
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
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
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
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

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.