Extract MultiPowUpload distribution package on the web server:
For Windows: Open Windows Explorer IIS server's root folder (by default it is c:\Inetpub\wwwroot\).
For Linux Apache: open the default webserver root folder, something like /usr/local/apache/htdocs.
Extract MultiPowUpload zip archive to a new MultiPowUpload folder inside the root folder. We use the root and the name as default in this manual, but you can use any name for the folder or place it into another root. Screenshot
For Windows: Check NTFS permissions for "FileProcessingScripts\PHP\UploadedFiles" folder.
By default, PHP application works under IUSR_<MACHINENAME> user.
You should set NTFS "Write", "Read and execute", "Read", "List folders content" permissions for the IUSR_<MACHINENAME> user to the "UploadedFiles" folder. Screenshot
Open http://localhost/MultiPowUpload/index.htm link in a browser to see some samples.
Note! Remember that the UploadedFiles folder is a potential source of vulnerability, therefore always prohibit scripts execution in it in the server settings, otherwise intruders can upload and execute malicious script.