UPDATED: isolated problem, need advice for fix

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
swoolf
Forum Newbie
Posts: 3
Joined: Mon Jun 24, 2002 6:18 pm

UPDATED: isolated problem, need advice for fix

Post by swoolf »

Hey -

Wrote a post earlier about form actions acting weird. Well, I found the problem. Any <form> that contains enctype="multipart/form-data" is ignored. I found that in php.ini the http file uploads were set to "Off." I changed this to "On" and uploaded the new php.ini. But it still doesn't work.

Am I on the right track? Do I need to restart PHP or the server (I don't have that access)?

Thanks,

Steve
swoolf
Forum Newbie
Posts: 3
Joined: Mon Jun 24, 2002 6:18 pm

Fixed

Post by swoolf »

Just needed to restart. All set.
Post Reply