in reply to such a simple question about file uploads... but its killing me!!

The enctype attribute needs to be on the <form> element, not the <input> element.

perl -E'sub Monkey::do{say$_,for@_,do{($monkey=[caller(0)]->[3])=~s{::}{ }and$monkey}}"Monkey say"->Monkey::do'

Replies are listed 'Best First'.
Re^2: such a simple question about file uploads... but its killing me!!
by tomgracey (Scribe) on Sep 12, 2012 at 09:12 UTC
    Arrgh... I knew I was going to want to shoot myself when I found out! Thanks though!