Error on Upload

Support General Error on Upload

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #12489
    kesitkesit
    Participant

    I have this code:

    array(
                            'id' => 'pasfoto_image',
                            'type' => 'file',
                            'name' => 'Color Image',
                            'desc' => 'Max. file seize 2 MB.',
                            'max_file_uploads' => 1,
                            'force_delete'     => false,
                        ),
    

    The uploaded image will always be removed after second save process.

    Any clue why?

    #12491
    kesitkesit
    Participant

    Just find out, the above field is only failed on second save if I put it in a group. When I put outside group, it works just fine.

    Any idea why?

    #12492
    kesitkesit
    Participant

    sorry, forget the above comment. Still failing when it's outside the group...

    #12531
    FarheenFarheen
    Participant

    Hello Kesit,

    Do you mean that the first uploaded image deleted after you try to save a second uploaded image?

    Please help me understand so I can understand your issue.

    #12544
    kesitkesit
    Participant

    Hi,
    the problem occurred when I'm saving the form for the second time.

    #12571
    Anh TranAnh Tran
    Keymaster

    Hi kesit, we're updating the Group extension to fix that problem. Please wait a little bit.

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.