Quote from
luishp on October 1, 2021, 6:58 am
@neal-stone using PHP it's quite simple:
Checking if a file exists:
https://www.phptutorial.net/php-tutorial/php-file-exists/
Count files in a directory:
https://www.geeksforgeeks.org/how-to-count-files-in-a-directory-using-php/
Also check the included FormSubmit sample app to understand how to send and get information from server side script.
If you don't want to use a Form Object, the same can be achieved by using neoAjax plugin commands.
Regards.
@neal-stone using PHP it's quite simple:
Checking if a file exists:
https://www.phptutorial.net/php-tutorial/php-file-exists/
Count files in a directory:
https://www.geeksforgeeks.org/how-to-count-files-in-a-directory-using-php/
Also check the included FormSubmit sample app to understand how to send and get information from server side script.
If you don't want to use a Form Object, the same can be achieved by using neoAjax plugin commands.
Regards.
Vadim has reacted to this post.