Ask a Question related to PHP Development, Design and Development.
-
Scot #1
multipart/form-data
Have a form that I want users to be able to both upload a file and fill out
some regular text input boxes then submit all together.
I have the enctype set to multipart/form-data in my form tag, but when I hit
submit, my php page does not have the value for the variables. If I remove
the enctype attribute and submit, my text input data is now available as a
php variable - but I'm sure I won't be able to upload the files anymore.
Anyone have any ideas why this is happening?
Thanks,
Scott
Scot Guest
-
cfhttpparm with multipart/form-data
I'm trying to recreate a java application (which talks to a xerox docushare server) in Cold Fusion. I would like to know how to get ColdFusion to... -
#40281 [NEW]: form with enctype="multipart/form-data" doesn't work
From: hongying4 at yahoo dot ca Operating system: windows 2003 PHP version: 5.2.1RC4 PHP Bug Type: Apache2 related Bug... -
#39321 [NEW]: $_FILES empty with enctype=multipart/form-data
From: josh at pixael dot com Operating system: linux PHP version: 4.4.4 PHP Bug Type: Variables related Bug description: ... -
file upload form enctype="multipart/form-data
I'm upload a file using cffile upload and that seems to work fine except I need to use enctype="multipart/form-data on the form side. This isn't a... -
enctype="multipart/form-data" is screwing up the form variables
In article <25514fc4.0307050937.7f801e8b@posting.google.com>, dhoult@landair.com (Daniel) wrote: If you correct the spelling of "method" does... -
Scot #2
Re: multipart/form-data
Found the answer. file_upload was set to off in php.ini
"Scot" <blank@blank.blank.com> wrote in message
news:bra61q$mr8@library1.airnews.net...out> Have a form that I want users to be able to both upload a file and fillhit> some regular text input boxes then submit all together.
>
> I have the enctype set to multipart/form-data in my form tag, but when Iremove> submit, my php page does not have the value for the variables. If I> the enctype attribute and submit, my text input data is now available as a
> php variable - but I'm sure I won't be able to upload the files anymore.
>
> Anyone have any ideas why this is happening?
>
> Thanks,
>
> Scott
>
>
Scot Guest



Reply With Quote

