the template i am using is a custom added template (
roster_add) using a custom php file (
roster.php).
I attached a picture showing the base element of the form. Every aspect of the entire form works properly, minus the picture uploading. When i select a picture and submit,
Array gets stored in the database field for the picture instead of the picture name.
the result, in a "view character" screen, shows the broken image alt text (character name). if you try to view picture, it returns an invalid link, "demoforums/images/roster/Array". So the code is pulling the correct data from the database for viewing, but the data is being stored wrong. "Array" is being stored instead of "picturename.png", and the file is not being uploaded at all to the directory.
Code:
<img src="{vb:raw imagedir}{vb:raw char.pic}" alt="{vb:raw char.char_name}" />