![]() |
Sergey Kornilov admin 6/11/2013 |
Yes, this is possible. In your AfterEdit event you need to parse the JSON format PHPRunner uses to store multiple files data and insert as amny records into tableB as the number of files were uploaded. |
I
|
indigo author 7/4/2013 |
Hi,
|
![]() |
Sergey Kornilov admin 7/5/2013 |
Second part is easy - you need to choose upload folder that is outside of your website root directory. In this case nobody will be able to download files directly. For instance your website root directory is C:\Inetpub\wwwroot\yourwebsite.com\public_html. If you choose C:\Inetpub\wwwroot\yourwebsite.com\files as upload directory you prevent direct access to uploaded files. |