Simple Progress Bar or Percent Complete

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like to know how to create a simple progress bar or percent complete
number in Front Page. I have a file that is uploaded using a POST command.
I know the size of the file, which is quite large, and I would like to show
some kind of progress indication of the upload. I'm sure there are numerous
ways, but I'm new to Front Page.
 
FP offer no method to accomplish this. You will need to search for server-side upload application
that offer this functionality for the OS your site is hosted on.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
Thanks for your reply.

I'm a little confused as to what constitutes a download and what constitutes
an upload. I'm referring to this as an upload such that the file is
transferred from the Web Browser computer to the Server Computer. Also, I'm
in control of the Server Computer, which is just a simple Web Server. Do I
need to send HTML commands from the Server Computer to the Web Browser
computer to show the progress of a file upload? If so, what HTML
commands/files could I use?
 
Here are a few resources:
http://support.persits.com/upload/progress.asp
http://www.websupergoo.com/helpupload/source/3-examples/progressupload.htm
http://www.websupergoo.com/asp_progress_bar.htm
--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
Back
Top