I require a simple file upload service for a xhtml/css site, nothing fancy just a simple 'browse to file' and upload to a folder on my domain.
Does anyone have any advice/links/code to get me started with this?
I have no back-end programming experience, although am ok with Flash & AS2 so maybe that could be an option for me....dunno. (just dont really want to use flash on a css site for functionality).
Does this kind of thing require a database (no experience with databases) or can I get away with XML or something else ?
Anyways, just after some ideas, dont know how easy this is to do.
If you have a PHP enabled server the script posted on this board under 'php problem' by Hebel on the 28th January worked first time on my server when I tested it.
All you have to do is edit $FILE_EXTS = array('.pdf','.doc'); to include other file extensions you want to accept.