Forum Moderators: coopster
This variable contains the path to the uploaded file - from there it'd be a pretty simple matter to move the file to somewhere more permanent and reference it from HTML.
I used this simple uploadform in an admin section for a travelsite I developed, it works and is easy to modify to your own needs.
It should work if you set the directory to have write permission (and php is not running in safe mode)
Hope this helps!