Hi Mr. Grey Head
I have a problem, I tried to upload file in my form and not working. I have follow all the step from pdf manual how to upload file, but it seems the file didn't store in my database or folder in my server.
Here is the link: http://www.gooddeedawards.com/index.php?option=com_content&view=article&id=50&Itemid=54
I tried to activate the debug system and here is the result:
1. Form passed first SPAM check OK
2. Form passed the submissions limit (if enabled) OK
3. Form passed the Image verification (if enabled) OK
4. Form passed the server side validation (if enabled) OK
5. $_POST Array: Array ( [text_2] => test [text_3] => test [text_8] => test [text_6] => [email]viryawijaya@gmail.com[/email] [text_7] => test [text_5] => test [text_9] => test [text_4] => test [text_10] => test [text_13] => test [text_16] => test [button_1] => Submit [401a093ec53760900bab8748ed685843] => 1 [1cf1] => dcbde570232431acbc354de8ba16e908 [chronoformname] => nominee )
6. $_FILES Array: Array ( [file1] => Array ( [name] => nomineeform.zip [type] => application/zip [tmp_name] => /tmp/phpDbDLak [error] => 0 [size] => 378192 ) )
7. Upload routine started for file upload by : file1
8. http://www.GoodDeedAwards.com/images/stories/form20100103225144_nomineeform.zip has been uploaded OK
9. Form passed the plugins step (if enabled) OK
10. An email has been SENT successfully from (Good Deed Awards)info@gooddeedawards.com to [email]viryawijaya@gmail.com[/email]
11. An email has been SENT successfully from (Good Deed Awards)info@gooddeedawards.com to [email]viryawijaya@gmail.com[/email]
12. Debug End
Could you please help me solve this problem. Thanks.
I have a problem, I tried to upload file in my form and not working. I have follow all the step from pdf manual how to upload file, but it seems the file didn't store in my database or folder in my server.
Here is the link: http://www.gooddeedawards.com/index.php?option=com_content&view=article&id=50&Itemid=54
I tried to activate the debug system and here is the result:
1. Form passed first SPAM check OK
2. Form passed the submissions limit (if enabled) OK
3. Form passed the Image verification (if enabled) OK
4. Form passed the server side validation (if enabled) OK
5. $_POST Array: Array ( [text_2] => test [text_3] => test [text_8] => test [text_6] => [email]viryawijaya@gmail.com[/email] [text_7] => test [text_5] => test [text_9] => test [text_4] => test [text_10] => test [text_13] => test [text_16] => test [button_1] => Submit [401a093ec53760900bab8748ed685843] => 1 [1cf1] => dcbde570232431acbc354de8ba16e908 [chronoformname] => nominee )
6. $_FILES Array: Array ( [file1] => Array ( [name] => nomineeform.zip [type] => application/zip [tmp_name] => /tmp/phpDbDLak [error] => 0 [size] => 378192 ) )
7. Upload routine started for file upload by : file1
8. http://www.GoodDeedAwards.com/images/stories/form20100103225144_nomineeform.zip has been uploaded OK
9. Form passed the plugins step (if enabled) OK
10. An email has been SENT successfully from (Good Deed Awards)info@gooddeedawards.com to [email]viryawijaya@gmail.com[/email]
11. An email has been SENT successfully from (Good Deed Awards)info@gooddeedawards.com to [email]viryawijaya@gmail.com[/email]
12. Debug End
Could you please help me solve this problem. Thanks.