Thanks for your quick reply.
1. Great, will be checking future changes / releases ??
2. I tried without multiple parameter as well, but it still lets to choose only one photo / file.
I have the form set as:
[fu-upload-form class="validate" title="Submissions" form_layout="post_image"]
[input type="text" class="required" name="post_title" description="Title"]
[input type="text" class="required" name="post_author" description="Author"]
[input type="text" name="url_for_att" description="URL (optional)"]
[textarea name="post_content" class="textarea" id="ug_content" description="Description (optional)"]
[input type="file" name="photo" id="ug_photo" class="required" description="Upload Photo(s)"]
[input type="submit" class="btn" value="Submit"]
[/fu-upload-form]