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?