| Murray *TMM* 2004-08-05, 7:15 pm |
| Thanks Leesa!
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================
"Leesa" <webforumsuser@macromedia.com> wrote in message
news:ceu14k$dgs$1@forums.macromedia.com...
> Last week I was trying to find the answer to the Pure PHP UPload and Smart
> Image Processor extensions working but the image name not being uploaded
to the
> mysql DB using PHP 4.7.3. All other field uploaded.
>
> Someone finally found an answer so I thought I would post it here incase
> others were using this combo:
>
> On the page that includes the upload form you need to change all the
> $_POST['xxx'] s to $HTTP_POST_VARS['xxx'] That did the trick. Only
needed to
> change the code on the db upload pages, not the whole site.
>
>
|