Forums

upload a video

snaive 25 Jan, 2012
Hi,
(excuse me for my english...)

I would like to upload a video with chronoform but It does not work.


How should we do ?

Please, could you help me ?

thank you
GreyHead 25 Jan, 2012
Hi snaive ,

What exactly doesn't work? Video files can be large so you need to make sure that your server settings will allow large uploads. Check in the System Info tabs for your site.

Bob
snaive 25 Jan, 2012
Thank you for your response.
When I send my form, the page "charge" but nothing happens.

What should I check the System Info tabs for my site.

thank you
snaive 26 Jan, 2012
could you help me please ?
GreyHead 26 Jan, 2012
HI snaive,

There isn't enough information here for me to help you.

You need to check that your site settings allow file uploads of the size you want to make.

Please also drag a Debugger action into the On Submit event, then submit the form and post the debug - including the 'dummy emails' results here.

Note: if you are using the Easy Wizard you may need to switch to the Advanced Wizard to do this; if you want to continue to use the Easy Wizard please make a copy of your form first and add the Debugger action to the copy.

Bob
snaive 26 Jan, 2012
Hi Bob,

thanks very much !!


Data Array:

Array
(
    [nom] => test se
    [pseudo] => sevsev
    [email] => XXXXXXX.XXXX@gmail.com
    [mousse] => Mousse 
    [texte_recette] => 20120126112654_test.doc
    [photo_recette] => 20120126112654_xxx.gif
    [video_recette] => 
    [input_submit_1] => Envoyer votre recette
    [e088ce4ad87eb5e93eae25d2fe0c37f9] => 1
    [option] => com_chronoforms
    [chronoform] => recette
    [event] => submit
    [Itemid] => 
    [_PLUGINS_] => Array
        (
            [upload_files] => Array
                (
                    [texte_recette] => Array
                        (
                            [name] => 20120126112654_test.doc
                            [path] => .../htdocs/components/com_chronoforms/uploads/xxx/20120126112654_test.doc
                            [size] => 9216
                            [link] => .../components/com_chronoforms/uploads/xxx/20120126112654_test.doc
                        )

                    [photo_recette] => Array
                        (
                            [name] => 20120126112654_xxx.gif
                            [path] => .../htdocs/components/com_chronoforms/uploads/xxx/20120126112654_xxx.gif
                            [size] => 10237
                            [link] => .../components/com_chronoforms/uploads/xxx/20120126112654_xxx.gif
                        )

                )

        )

)


Debug Data

    Upload routine started for file upload by : texte_xxx
    .../htdocs/components/com_chronoforms/uploads/xxx/20120126112654_test.doc has been uploaded OK.
    Upload routine started for file upload by : photo_xxx
   .../htdocs/components/com_chronoforms/uploads/xxx/20120126112654_xxx.gif has been uploaded OK.
    An email has been SENT successfully from (test severine)XXXXXXX@gmail.com to XXXXXX@gmail.com
    Email template:

    Quelqu'un vient d'envoyer une recette :

    Nom : 	test sev
    Pseudo :: 	sevsev
    E-mail : 	XXXXXXXX@gmail.com
    Mousse utilisée: 	Mousse 


ps : "You need to check that your site settings allow file uploads of the size you want to make." : Where is it please ?
GreyHead 26 Jan, 2012
Hi snaive,

That all looks OK. What is the problem?

You can check your PHP Configuration on the Site | System Information tab in Joomla! 1.6-2.5 or Help | System Info in Joomla! 1.5

Bob
snaive 26 Jan, 2012
The picture is upload in file "...components/com_chronoforms/uploads/recette"
the text file also

In events : Upload Files : When I put the followings formats :
video_recette:wmv-mp4-flv-avi

The Debugger does not the page "charge" but nothing happens.
snaive 26 Jan, 2012
PHP Configuration on my Site :

file_uploads : On
max_file_uploads : 100
upload_max_filesize : 2M

Should I change the value 2M ? If yes, how must I do it ?

thanks
GreyHead 26 Jan, 2012
Hi sanive,

Please check with your web host.

Bob
This topic is locked and no more replies can be posted.