The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
![]() |
File Upload - Printable Version +- Form Tools (https://forums.formtools.org) +-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1) +--- Forum: General Discussion (https://forums.formtools.org/forumdisplay.php?fid=5) +--- Thread: File Upload (/showthread.php?tid=772) |
File Upload - zac - Jul 6th, 2010 I created a form and I am using a file upload feature. However, the file upload feature is not getting submitted to my form. Is there something I need create/direct to obtain the file upload image? All of the other information is being retained and submitted correctly. Any help is very much appreciated. Thanks RE: File Upload - michael.ka - Jul 8th, 2010 It might be that you have selected the wrong field type for the respective fields during the setup process. Here is how you can check and change that:
RE: File Upload - zac - Jul 8th, 2010 Thanks a lot for the information. It worked beautifully! RE: File Upload - Ben - Jul 10th, 2010 Nice! Thanks Michael. ![]() - Ben RE: File Upload - RJGonzalez - Aug 4th, 2011 (Jul 8th, 2010, 12:19 AM)michael.ka Wrote: It might be that you have selected the wrong field type for the respective fields during the setup process. Here is how you can check and change that: How could i raise the file upload size to 3gigs RE: File Upload - Ben - Aug 5th, 2011 HI RJGonzalez, For file uploads of that size, you'll need to edit the php.ini setting for the server. But honestly, I've never heard of anyone setting it that large. Users would be waiting for hours to upload a 3 gig file, so it's not terribly realistic. Still, check out php.net about the php.ini settings. Good luck! - Ben RE: File Upload - RJGonzalez - Aug 5th, 2011 (Aug 5th, 2011, 6:49 PM)Ben Wrote: HI RJGonzalez, So it does not has to be set up on the script files just the php.ini. thank you RE: File Upload [SOLVED] - robidigital - Aug 10th, 2011 I'm experiencing a strange issue similar in nature, only permissions/file-type/file-size don't seem to be the cause. If I view a submission as an administrator or client I can choose a file, update and the file uploads to the server without any problem. If I submit a file front the front-end form the file does not upload, but viewing the submission on the back-end shows the filename. The filename links to where the file should be but isn't and I get a file not found error. I've even tried setting permissions to 777 on upload dir. I'm using v2.0.0. Any ideas? Thanks! Ryan Turns out that I needed Code: enctype="multipart/form-data" RE: File Upload - Ben - Aug 11th, 2011 Ah! Thanks for posting the fix - glad you got it sorted out. ![]() - Ben |