Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Large file upload

by archfool (Monk)
on Aug 07, 2007 at 21:29 UTC ( [id://631158]=note: print w/replies, xml ) Need Help??


in reply to Large file upload

Is this a command-line app? You could use the Curses perl library, or even a simple print "\r$percentage complete";

If it is PerlTk, it comes with a progressbar widget, as I recall.

How are you sending the file? HTTP? FTP? You may need to install callbacks to your update routine, depending on the modules you use. Failing that, you could use threads and shared memory to tell your progress.

Replies are listed 'Best First'.
Re^2: Large file upload
by advait (Beadle) on Aug 07, 2007 at 22:46 UTC
    I am sending via HTTP....can you please suggest something now

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://631158]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (3)
As of 2024-04-20 08:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found