Nov 17th, 2009, 6:08 PM
Hi Oliver,
Ah, I think it's a markup problem. The opening <form> tag doesn't contain the enctype="multipart/form-data" atttribute, then there's another opening tag further down the page (which I think is supposed to be a </form> closing tag). Then the submit tag isn't closed properly and has another form tag embedded within it.
Once all that stuff is fixed, the file upload should probably work.
- Ben
Ah, I think it's a markup problem. The opening <form> tag doesn't contain the enctype="multipart/form-data" atttribute, then there's another opening tag further down the page (which I think is supposed to be a </form> closing tag). Then the submit tag isn't closed properly and has another form tag embedded within it.
Once all that stuff is fixed, the file upload should probably work.
- Ben