Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • droidpirate

    (@droidpirate)

    yep that fixed it. thanks

    Editing visual-form-builder/includes/form-output.php

    change
    $output = ‘<div class=”visual-form-builder-container”><form id=”‘ . $form->form_key . ‘” class=”visual-form-builder’ . $label_alignment . ‘” method=”post” 46=”multipart/form-data”>

    to
    $output = ‘<div class=”visual-form-builder-container”><form id=”‘ . $form->form_key . ‘” class=”visual-form-builder’ . $label_alignment . ‘” method=”post” enctype=”multipart/form-data”>

    droidpirate

    (@droidpirate)

    yeah but if i need to make changes in the future, i need to remove all the existing stuff to get it to where it needs to be without drag & drop.

    droidpirate

    (@droidpirate)

    **there is only the ‘filename

    droidpirate

    (@droidpirate)

    Same exact problem as dinaag, when someone uploads a file there is no file attached in the uploads folder on the server anymore there is on the ‘filename’. I checked to make sure it wasn’t going anywhere else on the server. I downgraded to 2.7.1 uploads worked again however now I cannot drag and drop the forms. I tried to remove 2.7.1 and reupload a fresh copy of 2.7.3 still no uploads.

Viewing 4 replies - 1 through 4 (of 4 total)