upload not work

hittolo 03 May, 2014
Hello
i have try everything before post.
I have set a field named upload file and named it "files" then i go in setup and add upload file on submit. Set the same name "files" and add the :doc-jpg ecc
but i recevive always the same errore ; file not allowed

Array
(
    [chronoform] => collabora
    [event] => submit
    [Nome] => sf
    [Cognome] => sfs
    [Eta'] => 
    [Professione] => 
    [email] => fb@xxxxxxxxxxxxxxx
    [Area_tematica] => axxxxxxxxxxxxxx
    [Le_tue_idee] => sdfsdf
    [captcha] => i8tp6
    [button9] => Submit
    [collabora] => 
)

Array
(
)

Errors

Array
(
    [files] => 
)

Debug Info

Array
(
    [] => Array
        (
            [Files Upload] => Array
                (
                    [0] => Upload routine started for file upload by : files
                    [1] => File : files extension is not allowed.
                )

        )

)

why? thanks
GreyHead 06 May, 2014
Hi hittolo,

The error message says that the extension '' isn't allowed - it looks as though you are uploading a file with no file extension? And there is no 'files' input showing in your form??

Bob

PS the Input name Eta' with a quote in it looks wrong and may break your form.
This topic is locked and no more replies can be posted.