0

My problem is that I don't know how to make a progress bar in my form which is the follow:

<form action="?do=up" method="post" class="upload-form" enctype="multipart/form-data">
    <p><input type="file" name="file" id="file" /></p>
    <p><?= LANG_TITEL_CARD ?></p><p><input type="text" name="titel" size="65" /></p>
    <p><?= LANG_Card_Description ?></p><p><textarea rows="5" name="DESCRIPTION" cols="50" /></textarea></p>
    <input type="submit" value="UP" />
</form>

How can I do it without using APC?

Aurelio De Rosa
  • 21,856
  • 8
  • 48
  • 71

1 Answers1

0

The web is plenty of well-done progress bar. Google is your friend in searching this kind of stuff. Just a few results (I used the second and it works well):

Community
  • 1
  • 1
Aurelio De Rosa
  • 21,856
  • 8
  • 48
  • 71
  • I searched at google And I'm looking for a month ago ,But did not find anything useful. I want a progress bar in my upload form and i have a input type of text When completed the upload send a Results to Databes. ...Appreciating your consideration and cooperation – user1061797 Nov 23 '11 at 20:12