It's working! Thanks! On Apr 12, 2005 3:13 PM, Patrick R. Michaud <pmichaud at pobox.com> wrote: > > I put: > > > > $DefaultPasswords['upload'] = crypt(''); > > [...] > > Please give me some help on how to really clean the passwd for "upload"? > > Try instead: > > $DefaultPasswords['upload'] = ''; > > Pm >