Hi
I try to put a different path to my fileupload path but it simply doesn't work
On forCode->onsubmit code after sending emails I write the following code:
Why it doesn't work?
I need to maintain the name of original file when I upload it. How can I do that?
Thank you
I try to put a different path to my fileupload path but it simply doesn't work
On forCode->onsubmit code after sending emails I write the following code:
<?php
$searchpath = 'C:\xampp\xampp\htdocs\joomla\uploads\Grupo1';
$MyForm->setFormParam('uploadpath', $searchpath );
?>
Why it doesn't work?
I need to maintain the name of original file when I upload it. How can I do that?
Thank you