• Hi, I want to get address of uploaded file, I couldnt get it. For other field type it is simple only fm_summary_get_item_value(“$nickname”). But in file upload there is some string, which I couldnt parse. It works only when I use the commands from fm-summary-default.php
    But these commands I dont want to use, because that output I could customize as I want.
    Thanks

    http://wordpress.org/extend/plugins/wordpress-form-manager/

Viewing 1 replies (of 1 total)
  • Plugin Author hoffcamp

    (@hoffcamp)

    The string is a serialized array, so you would use unserialize() to turn it into an array. Depending on how your file upload is set up, it will be either the raw data of the file or the filename.

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: WordPress Form Manager] How to get file upload address’ is closed to new replies.