droidpirate
Forum Replies Created
-
Forum: Plugins
In reply to: [Visual Form Builder] FIle Upload Not Workingyep 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”>Forum: Plugins
In reply to: [Visual Form Builder] FIle Upload Not Workingyeah 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.
Forum: Plugins
In reply to: [Visual Form Builder] FIle Upload Not Working**there is only the ‘filename
Forum: Plugins
In reply to: [Visual Form Builder] FIle Upload Not WorkingSame 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.