[_] adding an 'upload file' function
Tim Beadle
tim.beadle at gmail.com
Mon Jan 22 17:14:04 GMT 2007
On 22/01/07, Karl McClelland <karlspringfield at googlemail.com> wrote: > Hi everyone, > > Has anyone any insight to adding an upload document function to a webpage. Yes - make sure you use <form action="YourFormActionHere" method="post" enctype="multipart/form-data"> That one caught me out a few too many times at first... Tim