Extract JavaPowUpload distribution package on web server:
For Windows: open the 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 JavaPowUpload zip archive to a new folder JavaPowUpload 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 IUSR_<MACHINENAME> user to "UploadedFiles" folder.
Do the same for "Extra\FileProcessingScripts\PHP\UploadedFiles"folder. Screenshot
Open the http://localhost/JavaPowUpload/index.htm page in your browser to run 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.