Hello Everybody,
We use an ajax call for sending the data to the server. The server-side programming is done using Perl to save data into the database.
As we have files which are huge in size we want to display a progress bar which tells the user the percent data posted to the server. How can this be achieved using Ajax and Perl?
Thanks in Advance.