Hi,
I think, that every setting is ok, but I can not upload a file. Can somebody help me?
I have joomla 3.0.2
Debugger:
My settings:
Elements:
Upload file ---> Field Name: upload_file
Ghost: Enable
Action:
Enabled: Yes
Field configuration: upload_file:jpg-png
max: 5000
min: 0
Form method: File
My form code:
I think, that every setting is ok, but I can not upload a file. Can somebody help me?
I have joomla 3.0.2
Debugger:
Data Array:
Array
(
[chronoform] => request-visitcard
[event] => submit
[width] => 90
[height] => 50
[upload_file] =>
[chrono_verification] => dyzkk
[send_request] => Odešli poptávku
[cd850160df3c5461b8c079ea00b6dd6c] => 1
)
Validation Errors:
Array
(
)
My settings:
Elements:
Upload file ---> Field Name: upload_file
Ghost: Enable
Action:
Enabled: Yes
Field configuration: upload_file:jpg-png
max: 5000
min: 0
Form method: File
My form code:
<div class="ccms_form_element cfdiv_header" id="1_container_div" style=""><p><strong>Vizitka</strong></p><div class="clear"></div></div><div class="ccms_form_element cfdiv_header" id="2_container_div" style=""><p>Všechny položky označené * je nutno zadat</p><div class="clear"></div></div><div class="ccms_form_element cfdiv_text" id="width1_container_div" style=""><label>šířka [mm] *</label><input maxlength="4" size="3" class=" validate['required','digit']" title="Nutno zadat správný rozměr" type="text" value="90" name="width" />
<div class="clear"></div><div id="error-message-width"></div></div><div class="ccms_form_element cfdiv_text" id="height1_container_div" style=""><label>výška [mm] *</label><input maxlength="4" size="3" class=" validate['required','digit']" title="Nutno zadat správný rozměr" type="text" value="50" name="height" />
<div class="clear"></div><div id="error-message-height"></div></div><div class="ccms_form_element cfdiv_file" id="upload_file1_container_div" style=""><label>Příloha</label><input type="hidden" name="upload_file" value="" alt="ghost" />
<input class="" title="" type="file" name="upload_file" />
<div class="clear"></div><div id="error-message-upload_file"></div></div><div class="ccms_form_element cfdiv_text" id="chrono_verification1_container_div" style=""><label>Antispam</label><input maxlength="5" size="5" class="chrono_captcha_input validate['required']" title="" type="text" value="" name="chrono_verification" />
{chronocaptcha_img}<div class="small-message">Zadejte 5-místný ověřovací kód. Na velikosti znaků nezáleží.</div><div class="clear"></div><div id="error-message-chrono_verification"></div></div><div class="ccms_form_element cfdiv_submit" id="send_request1_container_div" style="text-align:left"><input name="send_request" class="" value="Odešli poptávku" type="submit" />
<div class="clear"></div><div id="error-message-send_request"></div></div>
H credes,
Please try changing the Form method back to Post, ChronoForms should normally pick up he required changes automatically. If that doesn't work please post a link to the form with the debugger enabled so I can take a quick look.
Bob
Please try changing the Form method back to Post, ChronoForms should normally pick up he required changes automatically. If that doesn't work please post a link to the form with the debugger enabled so I can take a quick look.
Bob
Hi again,
thank You for quick response. I have changed method back to the "post" but nothing with the uploadin a file has changed.
So here is the link to the form with debugger: http://credes.cz/request/visitcard
I have also verified, that the directory upload has got rights 775 an owner is www-data.
credes
thank You for quick response. I have changed method back to the "post" but nothing with the uploadin a file has changed.
So here is the link to the form with debugger: http://credes.cz/request/visitcard
I have also verified, that the directory upload has got rights 775 an owner is www-data.
credes
Hi credes,
Everything looks OK in the form and the uploaded file is being sent to the server but there is no sign on the Upload Files action running.
By all means email or PM me the site URL and a SuperAdmin login and I'll take a quick look.
Bob
Everything looks OK in the form and the uploaded file is being sent to the server but there is no sign on the Upload Files action running.
By all means email or PM me the site URL and a SuperAdmin login and I'll take a quick look.
Bob
Hi credes,
The request-visitcard form is now uploading correctly. You had the Upload Files action in the On Success event of the Check Captcha action but the Check Captcha action was disabled and so didn't return a success event (or a fail event).
I moved the Upload Files action after the Check Captcha action so it will now run even if the Check Captcha is off.
Bob
The request-visitcard form is now uploading correctly. You had the Upload Files action in the On Success event of the Check Captcha action but the Check Captcha action was disabled and so didn't return a success event (or a fail event).
I moved the Upload Files action after the Check Captcha action so it will now run even if the Check Captcha is off.
Bob
This topic is locked and no more replies can be posted.