File Uploading in a loop

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
harsha
Forum Contributor
Posts: 103
Joined: Thu Jul 11, 2002 1:35 am
Location: Bengaluru (Bangalore) > Karnataka > India

File Uploading in a loop

Post by harsha »

HI
ALL

Please help me with this problem:

I have a list box(<SELECT>) in to which I have added file paths
the values are passed through different pages and at the end these
file(s) are to be uploaded to the server in a loop one after the other and
I have to display the upload and total progress,
Like file 1 of 1, 10%, Total progress 20% blah blah.(if possible graphically)

Is it possible to do that
:?: :cry: :(
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

not directly with PHP alone.. search the forums for "upload progress" requiring all terms..
Post Reply