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
 
Back
Top