473,396 Members | 2,013 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,396 software developers and data experts.

Using the HTML constrol to upload a file - progress bar?

UJ
I have a spot where I allow a user to upload a file to the server. The files
are media files so they can be large (25MB). Problem is that while it's
uploading, the screen just sits there (yes there's a progress bar at the
bottom but that's pretty useless.)

Is there a way to do some kind of progress bar that really tells the user
what is going on?

Is there a different/better way to upload a file ?

TIA - Jeff.
Jun 16 '06 #1
6 1289
Check Alex Homer's and Dave Sussman's chapter 3 samples at :

http://www.daveandal.net/books/6744/samples.aspx

You should be able to modify one of them to suit your need.

Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"UJ" <fr**@nowhere.com> wrote in message news:Ov**************@TK2MSFTNGP03.phx.gbl...
I have a spot where I allow a user to upload a file to the server. The files are media files so
they can be large (25MB). Problem is that while it's uploading, the screen just sits there (yes
there's a progress bar at the bottom but that's pretty useless.)

Is there a way to do some kind of progress bar that really tells the user what is going on?

Is there a different/better way to upload a file ?

TIA - Jeff.

Jun 16 '06 #2
UJ
I guess the problem I have is when you use an HTML file control - when you
'SaveFileAs' in the code, it doesn't come back until it's done. So it looks
like the machine is just sitting there.

Anybody have a solution where you can upload a file to a server and give a
real status of how much is done?

TIA - Jeff.

"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:%2****************@TK2MSFTNGP03.phx.gbl...
Check Alex Homer's and Dave Sussman's chapter 3 samples at :

http://www.daveandal.net/books/6744/samples.aspx

You should be able to modify one of them to suit your need.

Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"UJ" <fr**@nowhere.com> wrote in message
news:Ov**************@TK2MSFTNGP03.phx.gbl...
I have a spot where I allow a user to upload a file to the server. The
files are media files so they can be large (25MB). Problem is that while
it's uploading, the screen just sits there (yes there's a progress bar at
the bottom but that's pretty useless.)

Is there a way to do some kind of progress bar that really tells the user
what is going on?

Is there a different/better way to upload a file ?

TIA - Jeff.


Jun 16 '06 #3
V
Hello,

I have always used a nice little control called XUpload. You can buy it
from www.aspupload.com

Its easier to just use it, rather than right your own logic for doing
this.

- Vaibhav

UJ wrote:
I have a spot where I allow a user to upload a file to the server. The files
are media files so they can be large (25MB). Problem is that while it's
uploading, the screen just sits there (yes there's a progress bar at the
bottom but that's pretty useless.)

Is there a way to do some kind of progress bar that really tells the user
what is going on?

Is there a different/better way to upload a file ?

TIA - Jeff.


Jun 16 '06 #4
I recall a very long thread at the ihttpmodule forums at www.asp.net that
covered this extensively. Perhaps you could still find it.
--
Regards

John Timney (MVP)
"UJ" <fr**@nowhere.com> wrote in message
news:OI**************@TK2MSFTNGP04.phx.gbl...
I guess the problem I have is when you use an HTML file control - when you
'SaveFileAs' in the code, it doesn't come back until it's done. So it looks
like the machine is just sitting there.

Anybody have a solution where you can upload a file to a server and give a
real status of how much is done?

TIA - Jeff.

"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:%2****************@TK2MSFTNGP03.phx.gbl...
Check Alex Homer's and Dave Sussman's chapter 3 samples at :

http://www.daveandal.net/books/6744/samples.aspx

You should be able to modify one of them to suit your need.

Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"UJ" <fr**@nowhere.com> wrote in message
news:Ov**************@TK2MSFTNGP03.phx.gbl...
I have a spot where I allow a user to upload a file to the server. The
files are media files so they can be large (25MB). Problem is that while
it's uploading, the screen just sits there (yes there's a progress bar at
the bottom but that's pretty useless.)

Is there a way to do some kind of progress bar that really tells the
user what is going on?

Is there a different/better way to upload a file ?

TIA - Jeff.



Jun 16 '06 #5

UJ wrote:
Is there a way to do some kind of progress bar that really tells the user
what is going on?

Is there a different/better way to upload a file ?


My open source NeatUpload control should work for your purposes:

http://www.brettle.com/neatupload

--Dean

Jun 17 '06 #6
i had a similar question
then i went to youTube.com
its a flash/html hybrid they are using, and accepting files up to 100mb

i havent built this yet, but i may just use their technique

*** Sent via Developersdex http://www.developersdex.com ***
Jun 22 '06 #7

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

Similar topics

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...
3
by: Brian Birtle | last post by:
**** A CHALLENGE TO THE GURUS - refute the statement "It's impossible to build a file upload progress meter using ASP.NET" **** First person to prove me wrong gets "All Time .NET Programming GOD"...
1
by: Garett | last post by:
I am creating a document manager of sorts in ASP.net and it would be really nice to have some sort of file upload progress bar for larger files. Companies such as www.websupergoo.com and...
3
by: simchajoy2000 | last post by:
Hi, I am designing an interface which allows users to load certain files into the interface. While the file is loading, I want to display a VB.NET form with the list of messages generated...
12
by: JMB | last post by:
Hello, I was wondering if anyone knew of any projects extending the inline upload progress bar to utilize an inpage image uploader with bar, without having to refresh or go to a seperate page,...
5
by: LtCommander | last post by:
Hello all, 1. I am a little new to ASP.NET, so please bear with me. 2. I am trying to create a very simple website which requires an upload box (end user file sizes may be anywhere between 1MB...
3
by: Ken1 | last post by:
Hello, Does anyone know of an easy to implement ajax upload script for php which also has a progress bar. If possible I'd like it to be able to remove already uploaded files and do minor...
3
by: kksandeep | last post by:
i am using this three files to uplod file. i got this file from net but i think these have some error. i am new to this field plz help the script i found is some helpful but not too that i need ...
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...
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: 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
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
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
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...
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
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,...

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.