I have a cgi script that simply puts all values for each key into a flat file database.
Mindy|a|Ferguson|||0||on black|photo|Headshot||Mindy|0|||Ferguson|2001|Mindy|Upload|
However if you set the <form enctype="multipart/form-data"> in the html file, the flatfile database looks like this:
"Caption"
Mindy
-----------------------------7d1b92a16009c
Content-Disposition: form-data; name|
I need the file to look like the first example but I need to set the enctype so I can upload a jpeg file.
Any ideas?
Thanks
Mindy
Mindy|a|Ferguson|||0||on black|photo|Headshot||Mindy|0|||Ferguson|2001|Mindy|Upload|
However if you set the <form enctype="multipart/form-data"> in the html file, the flatfile database looks like this:
"Caption"
Mindy
-----------------------------7d1b92a16009c
Content-Disposition: form-data; name|
I need the file to look like the first example but I need to set the enctype so I can upload a jpeg file.
Any ideas?
Thanks
Mindy