Hello,
I have a upload script, working fine. But I cannot seem to get an output to the user saying, record 1 of 10 files uploaded.
I could do something like record 1 of 10 files uploaded record 2 of 10 files uploaded record 3 of 10 files uploaded record 4 of 10 files uploaded ...
.. record 10 of 10 files uploaded
which is easy.
How do I increment the number like uploading x 0f 10 where x increments only using php.
Thanks Jean