The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
Everything showing up, except uploads - Printable Version +- Form Tools (https://forums.formtools.org) +-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1) +--- Forum: Installation (https://forums.formtools.org/forumdisplay.php?fid=4) +--- Thread: Everything showing up, except uploads (/showthread.php?tid=1107) |
Everything showing up, except uploads - stargatesam - Feb 19th, 2011 All my fields are showing up in Step 4, except my uploads. In my first page: Code: <?php On the page with the uploads: Code: <form action="<?php echo $_SERVER["PHP_SELF"]?>" method="post" enctype="multipart/form-data"> and Code: <label for="PictureOne">Picture 1:</label> I put this code in the header on all the other pages, too, is that the right thing to do? Is it necessary to carry it over? Code: "file_data" => $_FILES This is my second attempt with this form. The strange thing is that it worked the first time. So I don't know what I changed to make it stop working. I'm uploading the same pictures during the Test Submission step as I did before when it worked. RE: Everything showing up, except uploads - stargatesam - Feb 25th, 2011 Admin, Can I get some support? I would be willing to donate to your project if I could get this working like it should. Please help. This form cannot proceed without the image uploading. Thank you! |