This version fixes an issue where parallel file uploads where not switched off correctly for a non-SQLServer database.
This version includes a new configuration item ShowCredits, which defaults to True. By default "Powered by PQINA" is shown in faint text underneath the upload widget. Set ShowCredits to False to hide the credits.
This version also includes parallel uploads for each file. Set MaxParallelUploadsPerFile to a value greater than 1 to enable. Default = 4. Only works on SQL Server databases. Environments with other databases will behave as if MaxParallelUploadsPerFile is set to 1.
This will improve uploads speeds by 30% to 50% for environments with SQL Server databases.
Fixes an incorrect "File is too large" validation error where the MaxFileSize is set to zero on one page, and MaxFileSize is set to non-zero on another page.
Thanks and appreciation to Guilherme Emery de Souza and Leonardo Fernandes for identifying both the problem and the solution.