Request monitor

  • Thread starter Thread starter Sharon
  • Start date Start date
S

Sharon

Hey all.
Is there a way to monitor a request while it's being uploaded to the server.
This could be useful with file uploads.
Thanks,
Sharon.
 
Is there a way to monitor a request while it's being uploaded to the
server.
This could be useful with file uploads.

Monitor how...? Do you mean that you want to display something like a
progress bar on the client while the file is being uploaded to the
server...? Or do you mean you want to implement some sort of
FileSystemWatcher functionality on the server...?
 
Sharon said:
Hey all.
Is there a way to monitor a request while it's being uploaded to the server.
This could be useful with file uploads.

Yup, but you'll have to use the fox!
(FireFox and download FireBug)

..t
 
Yeah been using Firebug 1.0b for some time now.
It's the best and i recommend it to all web developers.
http://www.joehewitt.com/software/firebug/
But i was thinking bout the server side.
Isn't there an event on data receive or something?
I'll check if i have access to the request connection.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top