472,973 Members | 1,897 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

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

Upload speed

Hello,
does anyone know how can I measure the upload speed with asp.net??

I would like to have button on a form and when the user clicks this button,
it will show what is the upload speed.

Any ideas?

Thanks!
Nov 19 '05 #1
6 2212
Well Bruno i'm not sure..
But if you can go to Web.Config and then enable tracing..
Maybe you can measure it there..
GDLUCK
PAtrick
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 19 '05 #2
WJ
What is wrong with using progress bar ? You can collect sample data in that
control (progress bar) and be able to profile the speed. Your system
capacity and bandwidth availability also play important role.

John

"Bruno Piovan" <type your email address here> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
Hello,
does anyone know how can I measure the upload speed with asp.net??

I would like to have button on a form and when the user clicks this
button, it will show what is the upload speed.

Any ideas?

Thanks!

Nov 19 '05 #3
I want to have a "button" on the form called "Start", and if use clicks this
button, the upload speed is shown in a next page...

any examples of progressbar or any example??

thanks
Nov 19 '05 #4
WJ

"Bruno Piovan" <type your email address here> wrote in message
news:eg**************@tk2msftngp13.phx.gbl...
I want to have a "button" on the form called "Start", and if use clicks
this button, the upload speed is shown in a next page...

any examples of progressbar or any example??


http://www.informit.com/articles/art...74363&seqNum=2
http://www.informit.com/articles/article.asp?p=174363
http://www.codeproject.com/aspnet/progressbar.asp

many more...

John
Nov 19 '05 #5
I still don't understand how progress bar can help measure the upload
speed.....
Nov 19 '05 #6
It's much easier to mesure the download speed. Just stream random bytes to
the browser and measure how long it takes. You could do something similar
for upload but you'll have first to download a fair amount of data.

That said it's likely to vary. AFAIK most sites are displaying an estimate
such "4.5 mn with a <speed> modem"...

Patrice

--

"Bruno Piovan" <type your email address here> a écrit dans le message de
news:%2****************@tk2msftngp13.phx.gbl...
Hello,
does anyone know how can I measure the upload speed with asp.net??

I would like to have button on a form and when the user clicks this button, it will show what is the upload speed.

Any ideas?

Thanks!

Nov 19 '05 #7

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

Similar topics

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...
1
by: Serdar C. | last post by:
i am trying to write a program to control upload and download speeds over specific ports like i have 128kbit download and 64kbit upload speed total.. i want to let port xxxx to use maximum amount...
3
by: Mike Kelly | last post by:
Hi. I've built a page using standard ASP.NET 2.0 features and when I upload a large file (>20MB) to our intranet server, I get a paltry 100KB/s on our 100Mb/s LAN. Simply copying the file, I get...
2
by: Mike Kober | last post by:
I am having issues with the File Upload control for sending files to the server via HTTP. The speed of the upload is often between 20kbs and 40kbs. If I use the LAN at work to the server, it...
4
by: halimunan | last post by:
Hello all, I have a question, how do i measure the download/upload speed... as if download rate, upload rate or kbps transfer rate. i want to do my own windows application using C# to measure the...
7
by: MDB | last post by:
Anyone have any pointers / links / examples on how to upload files through FTP? I am currently using the built in file upload control however it seems to take a very long time to upload files and...
10
by: Devang | last post by:
Hello, I am using php script to upload file. some times if file size is too big(1GB) it takes too much time to upload. Can someone suggest me the way to increase upload speed. thanks
14
by: BigZero | last post by:
Hello, can nay body tell me how upload works? "well the code that i m using works fine with me i mean that the file uploadin is working but i m unable to find how it internal it works"? when...
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
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 4 Oct 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
tracyyun
by: tracyyun | last post by:
Hello everyone, I have a question and would like some advice on network connectivity. I have one computer connected to my router via WiFi, but I have two other computers that I want to be able to...
2
by: giovanniandrean | last post by:
The energy model is structured as follows and uses excel sheets to give input data: 1-Utility.py contains all the functions needed to calculate the variables and other minor things (mentions...
4
NeoPa
by: NeoPa | last post by:
Hello everyone. I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report). I know it can be done by selecting :...
1
by: Teri B | last post by:
Hi, I have created a sub-form Roles. In my course form the user selects the roles assigned to the course. 0ne-to-many. One course many roles. Then I created a report based on the Course form and...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 1 Nov 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM) Please note that the UK and Europe revert to winter time on...
0
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be focusing on the Report (clsReport) class. This simply handles making the calling Form invisible until all of the Reports opened by it have been closed, when it...

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.