473,386 Members | 1,679 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,386 software developers and data experts.

ASP HTTP Upload Component

Is there any good and reliable Upload Component for ASP (or ASP.NET)? I
need one which provides an upload status bar.

As well, it must be able to handle more than 4 gigabytes of data transfer.
Internet connections can be unreliable at times. This component needs to be
able to resume broken uploads.

Thank you for your recommendations.
Jul 22 '05 #1
4 1749

"Uncle Ben" <sp******@nospam.com> wrote in message
news:OZ**************@tk2msftngp13.phx.gbl...
Is there any good and reliable Upload Component for ASP (or ASP.NET)? I
need one which provides an upload status bar.
http://www.aspfaq.com/show.asp?id=2189
ASP Upload is the one that I've used. It has progress bar scripting built
in. http://support.persits.com/upload/progress.asp
As well, it must be able to handle more than 4 gigabytes of data transfer.
8| 4GB? I don't know that http is the protocol you want to be using
here...
Internet connections can be unreliable at times. This component needs to
be
able to resume broken uploads.


I don't believe that you'll be able to do that regardless of what component
you use, unless you wind up going with a browser plugin for the upload
portion as opposed to using a <input type="file">.

Have you considered FTP or providing VPN access to the server that people
need to put files on?

Ray at home
Jul 22 '05 #2
I need the users to enter a number of fields to describe the file that they
are about to upload. If I use FTP upload, would I be able to do this type
of FORM processing?

For example, using HTTP Upload, I can have a number of fields and a FILE
BROWSE button all on the same form. The user fills out the form and browses
for the file and clicks a single SUBMIT button to start the uploading.

But if I use FTP, would I be able to achieve the same effect as above?

"Ray Costanzo [MVP]" <my first name at lane 34 dot commercial> wrote in
message news:OL**************@TK2MSFTNGP10.phx.gbl...

"Uncle Ben" <sp******@nospam.com> wrote in message
news:OZ**************@tk2msftngp13.phx.gbl...
Is there any good and reliable Upload Component for ASP (or ASP.NET)? I
need one which provides an upload status bar.
http://www.aspfaq.com/show.asp?id=2189
ASP Upload is the one that I've used. It has progress bar scripting built
in. http://support.persits.com/upload/progress.asp
As well, it must be able to handle more than 4 gigabytes of data transfer.
8| 4GB? I don't know that http is the protocol you want to be using
here...
Internet connections can be unreliable at times. This component needs
to be
able to resume broken uploads.


I don't believe that you'll be able to do that regardless of what

component you use, unless you wind up going with a browser plugin for the upload
portion as opposed to using a <input type="file">.

Have you considered FTP or providing VPN access to the server that people
need to put files on?

Ray at home

Jul 22 '05 #3
Free and good component on www.dundas.com
Jul 22 '05 #4
Best and cheapest upload component, with the ability to show upload progress
is Persist Software AspUpload. Works like a charm. You can find it at
www.aspupload.com

Sven

"Uncle Ben" <sp******@nospam.com> skrev i meddelandet
news:On**************@TK2MSFTNGP10.phx.gbl...
I need the users to enter a number of fields to describe the file that they
are about to upload. If I use FTP upload, would I be able to do this type
of FORM processing?

For example, using HTTP Upload, I can have a number of fields and a FILE
BROWSE button all on the same form. The user fills out the form and
browses
for the file and clicks a single SUBMIT button to start the uploading.

But if I use FTP, would I be able to achieve the same effect as above?

"Ray Costanzo [MVP]" <my first name at lane 34 dot commercial> wrote in
message news:OL**************@TK2MSFTNGP10.phx.gbl...

"Uncle Ben" <sp******@nospam.com> wrote in message
news:OZ**************@tk2msftngp13.phx.gbl...
> Is there any good and reliable Upload Component for ASP (or ASP.NET)?
> I
> need one which provides an upload status bar.


http://www.aspfaq.com/show.asp?id=2189
ASP Upload is the one that I've used. It has progress bar scripting
built
in. http://support.persits.com/upload/progress.asp
> As well, it must be able to handle more than 4 gigabytes of data transfer.

8| 4GB? I don't know that http is the protocol you want to be using
here...
> Internet connections can be unreliable at times. This component needs

to > be
> able to resume broken uploads.


I don't believe that you'll be able to do that regardless of what

component
you use, unless you wind up going with a browser plugin for the upload
portion as opposed to using a <input type="file">.

Have you considered FTP or providing VPN access to the server that people
need to put files on?

Ray at home


Jul 22 '05 #5

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

Similar topics

6
by: x. zhang | last post by:
Hi Guys, We know that we can use <input type=file ...> to upload one file per time to the server. My question is if there are some way to upload multiple files per time to the server. (Of...
32
by: Ray at | last post by:
I despise installing third party software on my workstations or servers. It is for this reason that I use componentless-upload for file uploads. This is no longer an option, and I have to...
0
by: Glynn Johnson | last post by:
I understand that there is no way to upload multiple files using ASP and COM+ without having multiple form elements like <input type='file'>. I also understand that there is no way to...
23
by: Utada P.W. SIU | last post by:
Hi All, Do you know where have free/buy a upload file component? I need allow user to select the folder instead of select file one by one thanks~~
4
by: Uncle Ben | last post by:
Is there any good and reliable Upload Component for ASP (or ASP.NET)? I need one which provides an upload status bar. As well, it must be able to handle more than 4 gigabytes of data transfer....
3
by: imran aziz | last post by:
Hello All, We have been having problem with our file upload component. It seems that at times the file upload process hangs, and the users get a timeout error. Although the users upload 1 or 2...
10
by: erin.sebastian | last post by:
Hello Everyone, I have code that uploads files in asp. It seems to be working however on files > 200kb it bombs and i don't know why. Does anyone have any idea of why this would occur and what i...
7
by: crowl | last post by:
Hi there, I am looking for a component allowing me uploading multiple files by my asp page. I have found several components achieving this by require a <input type="file" name="FileX"> field for...
3
by: shapper | last post by:
Hello, I need to upload a file. Can I only do this with the File Upload control? I also need the following: - Send upload info, upload percentage, continuously to a JavaScript function so...
12
by: GuangXiN | last post by:
I want the file upload element disappear, instead of it, I place a text box and a button with my own css defination. but it doesn't work on IE7. What should I do now? <form action="upload.php"...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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...

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.