• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

how to read data from javascript from every second

 
Ranch Hand
Posts: 108
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i want to show a progress bar while uploading files to the server.for this i want to refresh the jsp page very second and read the file name uploading with out submitting.for this how can i add a timer to the jsp page and read data from javascript every second.
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
mintu, welcome to the Ranch.
1) The HTML/Javascript forum is here.
2) One of the bartenders will soon ask you to change your name to conform to ranch policy; why not be a good cowpoke and beat them to the punch?
3) You can refresh the page on the second using a meta tag -- but I'm not sure that's the right thing to do.
4) I'm not sure I know what you mean when you say 'read from javascript'
5) Progress bars have been discussed many time in these forums. Use the search mechanism and you may find the answers you seek.
hth,
bear
[ July 21, 2003: Message edited by: Bear Bibeault ]
 
When you have exhausted all possibilities, remember this: you haven't - Edison. Tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic