Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Java > Java and JDK > J2EE
|
J2EE General J2EE (Java 2 Enterprise Edition) discussions. Questions not specific to EE will be redirected elsewhere.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the J2EE section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old July 21st, 2004, 06:52 AM
Registered User
 
Join Date: Jul 2004
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default upload file, progress bar

Hello,
I'm trying to make a progress bar that shows a progress of an upload from my Java client application to Tomcat 4 server.

The problem is in getting the state of the request during the time its being sent over to the server.

I'd like to use standard HTTP Post method, but I'm not fixed to it. The thing that matters is that I need to post some extra metadata along with the file and yet be able to watch the progress. I think nice way would be using a Timer for regularly checking the amount of sent bytes or whatever. Composing that two file message (data + metadata) should be not a problem.

Thanks a lot for any suggestions.
ivris






Similar Threads
Thread Thread Starter Forum Replies Last Post
Help me to show progress bar during file upload subhasps8 ASP.NET 2.0 Professional 5 June 27th, 2007 06:39 PM
upload progress bar jets Beginning PHP 1 October 1st, 2006 08:11 AM
progress bar while getting file from FTP Dhodie Pro VB 6 4 October 28th, 2004 10:15 PM
upload file, progress bar ivris Servlets 0 July 21st, 2004 06:52 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.